forked from ci4s/label-studio
|
|
||
|---|---|---|
| .. | ||
| scaffolds | ||
| source | ||
| themes/htx | ||
| .gitignore | ||
| README.md | ||
| _config.yml | ||
| package-lock.json | ||
| package.json | ||
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:
- (First time) Install required dependencies:
npm install
- Start the Hexo server:
hexo serve