This commit is contained in:
Tom MacWright
2016-03-07 11:20:04 -05:00
parent e90ffea98b
commit 3679b99300
12 changed files with 136 additions and 85 deletions

View File

@ -24,6 +24,12 @@ Documentation is written as Markdown files in the `content` directory, and is or
We care about the ease of writing documentation. Docbox comes with batteries included: after you `npm install` the project, you can run `npm start` and its development server, [budo](https://github.com/mattdesl/budo), will serve the website locally and update automatically.
### Requirements
* Node v4 or higher
* NPM
* Git
To run the site locally:
1. Clone this repository