Skip to content

Latest commit

 

History

History

docs

Documentation of Label Studio

How to use and deploy Hexo

Installing Dependencies

npm install

Starting Development server

hexo serve

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

Deploying Documentation

hexo generate && hexo clean && hexo deploy

Hexo Official Documentation

https://hexo.io/docs/