Install this project and run at localhost
yarn install
yarn docs:dev
Generate static assets for prod deployment
yarn docs:build
Build docker image
docker build -f Dockerfile -t dev-app:master .
Run docker container
docker run -d --name dev-app -p 8080:80 dev-app
Once launched, access the application at localhost:8080
| Relative Path | Page Routing |
|---|---|
/README.md |
/ |
/guild/README.md |
/guide |
/guild/howto.md |
/guide/howto.html |
/config.md |
/config.html |
This site is built with vuepress, detailed vuepress documentation can be found here https://v1.vuepress.vuejs.org/