docusaurus/v2/README.md
Endilie Yacop Sucipto fbdd79981d
chore: rename v2 project back to Docusaurus (#975)
* feat: better log message on build

* feat: rename any 'endiliey|munseo' to 'facebook|docusaurus'

* test: remove unwanted console.log
2018-09-21 18:46:19 +08:00

13 lines
160 B
Markdown

# Docusaurus 2
## Development Server
```bash
yarn start # open http://localhost:3000/
```
## Production Build
```bash
yarn build # check website/build
```