Skip to content

Building This Documentation Locally

Johnathan Ortiz-Sonnen edited this page Feb 5, 2019 · 2 revisions

Follow these steps to build the documentation locally:

  1. Use the Clone or download button here on the doc repo to download a zip ("Documentation-master") of the docs.
  2. Ensure you have npm and Node.js installed on your machine.
  3. Use a terminal program to navigate to the Documentation-master directory.
  4. Run npm install .
  5. Run npm start .
  6. Open a browser window to localhost:8080 .

The actual content is stored in the Documentation-master/src/content directory as Markdown files.

Clone this wiki locally