Skip to content

Commit

Permalink
added extra instructions for installing ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed May 27, 2019
1 parent 3d9b4ac commit f87b9ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ Pinocchio Pizza is a food-take-out-ordering application that serves both: the cu
- Check the migrations folder to see what gets created in the DB
6. Run the seed: `npm run knex seed:run`
- Check the seeds file to see what gets seeded in the DB
7. Run the server: `npm run local`
8. Visit `http://localhost:8080/`
7. Download ngrok from `https://ngrok.com/download`
8. In a separate terminal run `../ngrok http 8080`
9. Run the server: `npm run local`
10. Visit `http://localhost:8080/`

## Dependencies

Expand Down

0 comments on commit f87b9ba

Please sign in to comment.