mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 13:30:37 +00:00
No description
a7c9072048
* added icons imgs for minimized drawer * added 1 css class for imgs in minimized drawer * rework minimized drawer a bit * remove some console.log i forgot about * modified sources of icons for when the drawer is minimized and so removed the function to get them * added the icons path to the json representing the gather instance i dont even know what im doing * setup icons path * linked icons from gather_pool.js to the front end ..? i'm kinda lost here |
||
---|---|---|
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
Run in production
npm install # Install deps
npm start_production # Compile assets and run in production
License
MIT Licensed