Easy to maintain open source documentation websites.
Find a file
2018-08-12 23:17:56 +08:00
bin chore: prettier & lint 2018-08-08 00:46:51 +08:00
docs feat: hash the webpack-compiled js file 2018-08-11 16:29:52 +08:00
lib feat: add .css webpack loader 2018-08-12 22:49:14 +08:00
test test: validate generated webpack config instead of compiling 2018-08-12 23:17:39 +08:00
website feat: add .css webpack loader 2018-08-12 22:49:14 +08:00
.babelrc feat: prototype dev server 2018-07-28 20:25:38 +08:00
.eslintignore chore: eslint & prettier nits 2018-08-11 02:54:34 +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
.prettierignore test: compile webpack config for dev and prod 2018-08-11 15:22:05 +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 dep: use forked version of static-generator-webpack-plugin 2018-08-12 23:17:56 +08:00
README.md chore: update readme & dependencies 2018-08-08 14:11:31 +08:00
yarn.lock dep: use forked version of static-generator-webpack-plugin 2018-08-12 23:17:56 +08:00

Munseo

📝 Transform your document (문서) to a website

Disclaimer:

This is still a WORK IN PROGRESS. Expect lot of bugs :)

Quick Start

Development Server

yarn start # open http://localhost:3000/ 

Production Build

yarn build # check website/build