This project uses Node.js and Gulp as a build tool to accelerate the development of the Ignite UI DocFX samples site for Ignite UI for Angular.
In macOS You can use brew to install the latest version of DocFX:
brew install docfx
For Windows based platforms use chocolatey:
choco install docfx
If you are using npm, run:
npm install
If you are using yarn, run:
yarn install
npm start
npm run build
The build script produces a folder called _site at the root of the project.