- Install Node.JS
- Install dependencies
yarn # If you are using yarn
# OR
npm install # If you never heard of yarn
- Build Docset
yarn run build && node Index.js
# Or
npm run build && node Index.js
- Now you can use the docset :)
Note: I am still working on it.