Skip to content
chad d edited this page Nov 25, 2015 · 1 revision

Deployment Setup

A one time setup is required for a machine to allow deploying. You will want to install the following global npm package:

npm install -g docpress

Then run a local npm install

npm install

Test Output Locally

You can view the final output by running:

docpress serve

Build and Deploy

When ready to build you can use the command:

docpress b

Then, to deploy run:

npm run deploy

It will prompt for your Github Username and Password to commit to the gh-pages branch.

Clone this wiki locally