docs: update README to use npm

resolves #4002
This commit is contained in:
Jan De Dobbeleer 2023-06-29 07:49:32 +02:00 committed by Jan De Dobbeleer
parent 3eb07f68eb
commit ab696c3f00

View file

@ -5,13 +5,13 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern
## Installation
```shell
$ yarn install
$ npm install
```
## Local Development
```shell
$ yarn start
$ npm run start
```
This command starts a local development server and open up a browser window.