Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.08 KB

JustNUM

Build Status Coverage Status

Quickstart guide

First, if you are new to the project, check out our problem report here

The app is hosted from a release branch here. To run the app locally, do the following:

If you do not already have npm-run-all installed globally, install it:

npm install -g npm-run-all

Then install Deployd following the instructions here. As part of installing Deployd you will make sure you have MongoDB running.

Then clone the repo and install the node dependencies.

git clone https://github.com/uglymugs/JustNUM.git && cd JustNUM
npm install
npm run go

Then go to http://localhost:3000/ in your browser.