No description
Find a file
Chris Blanchard 0192fd6021 v2
2016-04-01 14:14:55 +01:00
app Address react warnings vis implementing unique keys 2016-04-01 14:02:26 +01:00
config Got it working to a point... 2016-03-19 13:31:30 +00:00
db Added more events 2016-01-02 21:32:26 +00:00
lib Address react warnings vis implementing unique keys 2016-04-01 14:02:26 +01:00
public Remove frontend compiled assets and fixed teamspeak 2016-01-28 12:47:16 +00:00
scripts Deserialise session store using ruby child process 2015-09-15 14:25:00 +01:00
spec Completed 7 player gather implementation 2016-04-01 13:26:43 +01:00
vendor Simplify message timestamps 2016-02-12 16:14:30 +00:00
views Mobile friendly meta tags 2016-03-31 18:39:12 +01:00
.gitignore Ignore compiled frontend assets and got status working 2016-01-28 12:17:39 +00:00
.nvmrc Added singleton for gather 2015-09-14 17:50:00 +01:00
brunch-config.js Simplify message timestamps 2016-02-12 16:14:30 +00:00
index.js Use newrelic in production only 2015-10-01 13:40:47 +01:00
newrelic.js New relic 2015-10-01 11:59:00 +01:00
package.json v2 2016-04-01 14:14:55 +01:00
Procfile Fix procfile 2016-02-12 15:58:00 +00:00
README.md more migration stuff............. 2016-01-26 10:44:34 +00:00

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 > 4.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

Run in production

npm install # Install deps

npm start_production # Compile assets and run in production

License

MIT Licensed