Easy to maintain open source documentation websites.
Find a file
2018-08-08 02:29:40 +08:00
bin chore: prettier & lint 2018-08-08 00:46:51 +08:00
docs feat: copy static files for production build 2018-08-08 02:29:40 +08:00
lib feat: copy static files for production build 2018-08-08 02:29:40 +08:00
website feat: prototype custom pages site generation 2018-08-08 01:33:25 +08:00
.babelrc feat: prototype dev server 2018-07-28 20:25:38 +08:00
.eslintignore chore: dotfiles 2018-08-08 00:37:14 +08:00
.eslintrc.js chore: dotfiles 2018-08-08 00:37:14 +08:00
.gitignore chore: dotfiles 2018-08-08 00:37:14 +08:00
.prettierrc feat: prototype dev server 2018-07-28 20:25:38 +08:00
LICENSE.md chore: add MIT license 2018-07-29 19:02:54 +08:00
package.json chore: dependencies 2018-08-08 00:37:25 +08:00
README.md chore: add README 2018-08-08 01:45:57 +08:00
yarn.lock chore: dependencies 2018-08-08 00:37:25 +08:00

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 on docs
  • Generate page for .js React files on website/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