mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 14:38:50 +02:00
* feat: better log message on build * feat: rename any 'endiliey|munseo' to 'facebook|docusaurus' * test: remove unwanted console.log
13 lines
160 B
Markdown
13 lines
160 B
Markdown
# Docusaurus 2
|
|
|
|
## Development Server
|
|
|
|
```bash
|
|
yarn start # open http://localhost:3000/
|
|
```
|
|
|
|
## Production Build
|
|
|
|
```bash
|
|
yarn build # check website/build
|
|
```
|