PostGrubDash is a food delivery application that shows nearby restaurants and allows the user to select menu items to be delivered.
In order to run this program locally you will need to:
- Clone this repository to receive all the files.
- Run
npm install
in the terminal to download all the needed dependencies (make sure you are in the correct file directory).
- Run
npm run develop
in the terminal to start the program.