diff --git a/README.md b/README.md index 6603637..8e60bda 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ If you're more of a visual learner, I've recorded a [20 minute video walkthrough ### Local Testing -`npm start` +```bash +npm install +npm start +``` Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.