left out npm install

This commit is contained in:
Darren Swan 2019-02-01 22:52:12 -06:00
parent b1f08e04c4
commit 0e681d2ff5

View File

@ -4,6 +4,7 @@
To get started, after cloning the repo, run the following command in the repo directory: To get started, after cloning the repo, run the following command in the repo directory:
```Bash ```Bash
npm install
npm start npm start
``` ```