Skip to content

Latest commit

 

History

History

docs

Documentation of Label Studio

Use and deploy Hexo

Installing Dependencies

npm install

Starting Development server

npm run server

Starts a local server. By default, this is at http://localhost:4000/.

Deploying Documentation

npm run publish

Deploy the docs locally using Hexo

To deploy the docs locally on your machine using Hexo, use the following steps.

Prerequisites

  • Install Hexo
  • Clone the Label Studio Github repository

Deploy the docs locally

In the label-studio/docs directory of the cloned repo, do the following:

  1. (First time) Install required dependencies:
npm install
  1. Start the Hexo server:
hexo serve

Hexo Official Documentation

https://hexo.io/docs/