OneLabeler's documentation website https://microsoft.github.io/OneLabeler-doc.
This website is written using vuepress.
Before starting, make sure you have installed Node.js.
Install the dependencies and prepare the build environment:
npm installLaunch the development server:
npm run docs:devBuild the website:
npm run docs:buildThis will generate the website in the ./docs/.vuepress/dist folder.