The master branch automatically deploys to Heroku after every push and can be found here. To run the app locally, use the following terminal commands:
git clone https://github.com/uglymugs/JustNUM.git && cd JustNUM
npm install
npm run dev
Then go to http://localhost:8080/
in your browser.