npm install
npm run server
Starts a local server. By default, this is at http://localhost:4000/.
npm run publish
To deploy the docs locally on your machine using Hexo, use the following steps.
In the label-studio/docs directory of the cloned repo, do the following:
1. (First time) Install required dependencies:shell npm install
2. Start the Hexo server:
hexo serve