This repository contains the source code for the GreenHub docs.
It is built with VuePress.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:8080
$ npm run docs:dev
# build for production
$ npm run docs:build
For detailed explanation on how things work, checkout the VuePress docs.