From 0e681d2ff5c4ddb3e57c171dd52906ba29a687c5 Mon Sep 17 00:00:00 2001 From: Darren Swan Date: Fri, 1 Feb 2019 22:52:12 -0600 Subject: [PATCH] left out npm install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0f159e..c5b96e2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ To get started, after cloning the repo, run the following command in the repo directory: ```Bash +npm install npm start ```