0. Install Requirements
Install Node.js to get started with Doks.
Node.js
Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install Node.js (it includes npm) for your platform.
Check Node.js install
node --version
Check npm install
npm --version