Skip to content

Small Web application that allows students to solve algorithmic problems and compete on leaderboards. This application supports a weekly event hosted by SCS.

Notifications You must be signed in to change notification settings

jacobrs/Algorithm-time

 
 

Repository files navigation

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

Small Web application that allows students to solve algorithmic problems and compete on leaderboards. This application supports a weekly event hosted by SCS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.2%
  • HTML 43.2%
  • CSS 5.6%