# Dubhe Docs **Repository Path**: zhijiangtianshu/dubhe-docs ## Basic Information - **Project Name**: Dubhe Docs - **Description**: 天枢平台文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2026-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 更新 This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. ### Installation ``` $ npm i ``` ### Local Development ``` $ npm start ``` This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. #### docker ``` $ docker-compose -f ./docker/docker-compose.dev.yml up ``` ### Build ``` $ npm run build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service.