mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 19:03:38 +02:00
19 lines
No EOL
298 B
Markdown
19 lines
No EOL
298 B
Markdown
# Munseo
|
|
📝⚡️ Transform your document (문서) to a website
|
|
|
|
# Disclaimer:
|
|
This is still a *WORK IN PROGRESS*. Expect lot of bugs :)
|
|
|
|
# Quick Start
|
|
|
|
## Development Server
|
|
|
|
```bash
|
|
yarn start # open http://localhost:3000/
|
|
```
|
|
|
|
## Production Build
|
|
|
|
```bash
|
|
yarn build # check website/build
|
|
``` |