mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 05:12:52 +00:00
Easy to maintain open source documentation websites. https://docusaurus.io/
|
|
||
|---|---|---|
| bin | ||
| docs | ||
| lib | ||
| website | ||
| .babelrc | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| LICENSE.md | ||
| README.md | ||
| package.json | ||
| yarn.lock | ||
Munseo
📝⚡️ Transform your document (문서) to a website
Disclaimer:
This is still a WORK IN PROGRESS (prototype static site generator). Expect lot of bugs :)
Introduction
- Each page generated is own pre-rendered static HTML.
- Once the page is loaded, ReactDOM takes over the static content and turns it into a full Single-Page Application (SPA).
Current
- Generate page for
.mdfiles ondocs - Generate page for
.jsReact files onwebsite/pages
Quick Start
Install with yarn. Check all available commands with:
yarn munseo --help
Development Server
yarn start # open http://localhost:3000/
Production Build
yarn build # check website/build