From 3beed10af66fd462d8be3e74a2974e347a42be53 Mon Sep 17 00:00:00 2001 From: Mark Weitzel Date: Thu, 23 Apr 2020 14:22:56 -0400 Subject: [PATCH] Updated readme to add 'npm install' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9036b05..8bc974b73 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ ## 🚀 Quick start -1. **Start developing.** +1. **Start developing.** Navigate into your new site’s directory and start it up. ```shell cd developer-website/ + npm install npm start ```