##I'M Hungry For A Grade Increase So Hold It Down!
This app is hosted on http://app.whoshungry.io/ or you can run it locally using the following instructions.
These instructions are for Windows and Mac users. They will get you a copy of the project up and running on your local machine
Download and install Node.js
- Go to https://nodejs.org/en/
- Click "Other Downloads" right below v6.11.3 LTS button
- If you're a windows user, click "Windows installer". If you're a Mac user, click "Macintosh Installer"
- Follow the instructions in the installer. Now you have NPM.
In your terminal (Mac) or PowerShell (Windows), run
$ git clone https://github.com/Whos-Hungry/dashboard-app.git
This will clone the project into your local directory.
Enter the dashboard-app folder using
$ cd dashboard-app
and run
$ npm install
to install the dependencies.
Run the command
$ npm start
This will launch the webapp in your local browser.