mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 13:17:23 +02:00
Easy to maintain open source documentation websites.
bin | ||
docs | ||
lib | ||
website | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
LICENSE.md | ||
package.json | ||
README.md | ||
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
.md
files ondocs
- Generate page for
.js
React 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