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 nodeTo install Docsify CLI run the following command:
npm i docsify-cli -gTo preview the documentation locally run the following command:
docsify serve ./You can then preview the documentation at http://localhost:3000.