- Clone the repository and enter
npm installto install dependencies - Be sure to have a mongodb running (on port : 27017)
npm run start : Build assets and start server on port 3000
node seed.js : Generate rooms with interactions
gulp : Start server on localhost:3000 with assets's watchers and server live reload (nodemon)
gulp build : Concat et minify assets (JS + SASS)
gulp sass : Concat & minifiy SASS
gulp js: Concat & minify JS
Please follow this commit convention : Git commit Guidelines