From 76213cf3320e4f73a4066a125fae2a008964aef0 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Tue, 24 Mar 2020 12:28:18 -0700 Subject: [PATCH] Update setup info in README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e57f69a68..fa650ec5e 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,17 @@ You might want to make yourself familiar with [Docusaurus v2](https://v2.docusau ### Setup +#### Prerequisites + +Install the latest LTS version of [node](https://nodejs.org/) and [yarn](https://classic.yarnpkg.com/en/docs/install). + #### Install dependencies -`yarn` or `npm install` +Run `yarn` in the root of this repository. #### Start development server -`yarn start` or `npm start` +Run `yarn start` in the root of this repository. This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.