# OneLabeler-doc **Repository Path**: mirrors_microsoft/OneLabeler-doc ## Basic Information - **Project Name**: OneLabeler-doc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OneLabeler-doc OneLabeler's documentation website . This website is written using [vuepress](https://vuepress.vuejs.org/). ## Build the Website Before starting, make sure you have installed [Node.js](https://nodejs.org/). Install the dependencies and prepare the build environment: ```bash npm install ``` Launch the development server: ```bash npm run docs:dev ``` Build the website: ```bash npm run docs:build ``` This will generate the website in the `./docs/.vuepress/dist` folder.