Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 627 Bytes

GreenHub Documentation

Netlify Status

This repository contains the source code for the GreenHub docs.

It is built with VuePress.

Build Setup

# 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.