docs(v2): display yarn and npm command on website (#2037)

* docs(v2): display yarn and npm command on website

* more

* fix div cannot be descendant p
This commit is contained in:
Endi 2019-11-24 09:32:26 +07:00 committed by Yangshun Tay
parent 3265dda895
commit c533adc4aa
12 changed files with 104 additions and 29 deletions

View file

@ -5,8 +5,8 @@ title: Deployment
To build the static files of your website for production, run:
```bash
npm build
```bash npm2yarn
npm run build
```
Once it finishes, you should see the production build under the `build/` directory.