Developer documentation built with VuePress, constructed of markdown files
You will need VuePress installed globally
yarn global add vuepress
OR
npm install -g vuepress
Then to start a local development server run
yarn dev
OR
npm run dev
Built with:
- vuepress 0.14.8
- node 8.14.0
- yarn 1.12.3