samdarshihawk / Algorithm-Time

Repository for development on the Algorithm Time web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm time Build Status

Docker container

docker run -p 3000:3000 --name algorithm-time -dt amirbawab/algorithm-time:latest

Install

npm install

Requirements

  • mongo --version MongoDB shell version: 3.2.8

Scripts

  • npm run start : node ./bin/www
  • npm run startdev : nodemon ./bin/www
  • npm run readme : node ./node_modules/.bin/node-readme
  • npm run sass : node-sass -w public/sass/ -o public/css/

For developers

  • Install (check above)
  • Run: npm run startdev to automatically restart the server on any change
  • Run: npm run sass to generate (and watch) new scss content.
  • Note: CSS files are generated automatically, therefore any direct changes to those files will be removed by the compiler.

About

Repository for development on the Algorithm Time web app.

License:GNU General Public License v3.0


Languages

Language:JavaScript 52.1%Language:HTML 41.7%Language:CSS 3.8%Language:SCSS 1.7%Language:Dockerfile 0.7%