label-studio/docs
fanshuai 5d56bb5d39 first add 2024-04-23 14:42:19 +08:00
..
scaffolds first add 2024-04-23 14:42:19 +08:00
source first add 2024-04-23 14:42:19 +08:00
themes/htx first add 2024-04-23 14:42:19 +08:00
.gitignore first add 2024-04-23 14:42:19 +08:00
README.md first add 2024-04-23 14:42:19 +08:00
_config.yml first add 2024-04-23 14:42:19 +08:00
package-lock.json first add 2024-04-23 14:42:19 +08:00
package.json first add 2024-04-23 14:42:19 +08:00

README.md

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/