mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
725 B
725 B
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