Easy to maintain open source documentation websites.
Find a file
2018-09-06 21:41:08 +08:00
bin feat: enable custom theme with eject 2018-08-30 01:03:38 +08:00
docs chore: add another react pages examples 2018-08-26 20:35:16 +08:00
lib feat: add @theme/Markdown to allow user modify their own markdown react component 2018-09-06 21:41:08 +08:00
test feat: add loadEnv to check if translation / versioning is enabled 2018-09-04 23:43:38 +08:00
website chore: nits && lint 2018-08-28 22:44:33 +08:00
.babelrc feat: prototype dev server 2018-07-28 20:25:38 +08:00
.eslintignore feat: code split & use react helmet 2018-08-23 21:46: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
.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 feat: allow user to modify generated webpack config 2018-08-30 03:30:44 +08:00
README.md chore: update readme 2018-08-24 10:29:44 +08:00
yarn.lock feat: allow user to modify generated webpack config 2018-08-30 03:30:44 +08:00

Munseo

Development Server

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

Production Build

yarn build # check website/build