chore(v2): fix v2 readme

This commit is contained in:
endiliey 2019-03-04 14:32:48 +08:00
parent 7475051526
commit 039af9b213

View file

@ -1,4 +1,12 @@
# Docusaurus 2 # Docusaurus v2
## Installation
Install dependencies for v2 dummy website and v2 package itself
```bash
cd ../v2-website && yarn
cd v2 && yarn
```
## Development Server ## Development Server
@ -9,5 +17,11 @@ yarn start # open http://localhost:3000/
## Production Build ## Production Build
```bash ```bash
yarn build # check website/build cd ../v2-website && yarn build # check ../v2-website/build
```
## Test
```bash
yarn test
``` ```