Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 630 Bytes

File metadata and controls

26 lines (17 loc) · 630 Bytes

Contributing

Local Preview

This documentation uses Docsify for rendering purposes. To preview the documentation locally you need to have Docsify CLI installed which in turn requires NPM package manager.

To install Node JS with bundled NPM on MacOS using Homebrew run the following command:

brew install node

To install Docsify CLI run the following command:

npm i docsify-cli -g

To preview the documentation locally run the following command:

docsify serve ./

You can then preview the documentation at http://localhost:3000.