docusaurus/README.md
2018-08-08 14:11:31 +08:00

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
```