docs.orgflow.io is powered by DocFx.
- Make sure you have NPM available on your device.
- Make sure you have a copy of DocFx v2 available on your device.
- Clone this repository.
- From the root of the repository, run the following commands:
A local copy of the site will be available at http://localhost:8080.
npm install leap/ npm build leap/ docfx build --serve docfx.json
- Update the content locally running site by running
docfx build docfx.json
after making changes.
There are a number of tasks available to help make development with VS Code simpler:
- Make sure you have NPM available on your device.
- Make sure you have a copy of DocFx v2 available on your device.
- Clone this repository and open in VS Code.
- Run
npm install
. - Run the
build & serve
task. This builds the site and starts it at http://localhost:8080. - Use the
build
task to update the content of the site after you have made changes.