Skip to content

Commit

Permalink
Update setup info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz committed Mar 24, 2020
1 parent c9ac7f3 commit 76213cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 76213cf

Please sign in to comment.