mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
13 lines
154 B
Markdown
13 lines
154 B
Markdown
# Munseo
|
|
|
|
## Development Server
|
|
|
|
```bash
|
|
yarn start # open http://localhost:3000/
|
|
```
|
|
|
|
## Production Build
|
|
|
|
```bash
|
|
yarn build # check website/build
|
|
```
|