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.