npm installnpm run serverStarts a local server. By default, this is at http://localhost:4000/.
npm run publishTo deploy the docs locally on your machine using Hexo, use the following steps.
- Install Hexo
- Clone the Label Studio Github repository
In the label-studio/docs directory of the cloned repo, do the following:
- (First time) Install required dependencies:
npm install- Start the Hexo server:
hexo serve