mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 06:10:58 +00:00
No description
64455457b5
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
app | ||
config | ||
db | ||
lib | ||
public | ||
scripts | ||
spec | ||
vendor | ||
views | ||
.gitignore | ||
.nvmrc | ||
brunch-config.js | ||
index.js | ||
newrelic.js | ||
package-lock.json | ||
package.json | ||
Procfile | ||
README.md |
ENSL Gathers App
Status
A realtime micro web service to organise gathers for ENSL.org
Design Goals
-
Create a nice place where the NS2 community can assemble and have fun
-
Create an efficient, easy-to-use and flexible system to create NS2 gathers
-
Support the modern web and basic usability expectactions (e.g. realtime, phone and tablet friendly)
That's it
Requirements
-
node.js > 6.0
-
MongoDB
Run in development
npm install # Install deps
npm run watch # Compile and watch frontend assets
RANDOM_USER=true npm run dev # Run dev server, loading yourself as a random user
# or
Fixed_USER=989 npm run dev # Run dev server, loading yourself as any user with the specified id
Run in production
npm install # Install deps
npm start_production # Compile assets and run in production
License
MIT Licensed