mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
33 lines
492 B
Markdown
33 lines
492 B
Markdown
# ENSL Gathers App
|
|
|
|
## Status
|
|
|
|
A realtime micro web service to organise gathers for ENSL.org
|
|
|
|
## Design Goals
|
|
|
|
1) Create a nice place where the NS2 community can assemble and have fun
|
|
|
|
2) Create an efficient, easy-to-use and flexible system to create NS2 gathers
|
|
|
|
3) Support the modern web and basic usability expectactions (e.g. realtime, phone and tablet friendly)
|
|
|
|
That's it
|
|
|
|
## Requirements
|
|
|
|
- node.js 0.12
|
|
|
|
- MongoDB
|
|
|
|
## Run
|
|
|
|
```bash
|
|
npm install
|
|
|
|
npm start
|
|
```
|
|
|
|
## License
|
|
|
|
MIT Licensed
|