microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
docs/docusaurus/README.md
30lines · modecode
| 1 | --- |
| 2 | title: HVE Core Documentation Site |
| 3 | description: Docusaurus 3 documentation site for HVE Core |
| 4 | author: Microsoft |
| 5 | ms.date: 2026-02-19 |
| 6 | ms.topic: reference |
| 7 | --- |
| 8 | |
| 9 | ## Local Development |
| 10 | |
| 11 | ```bash |
| 12 | npm install |
| 13 | npm start |
| 14 | ``` |
| 15 | |
| 16 | This command starts a local development server and opens a browser window. Most changes are reflected live without restarting the server. |
| 17 | |
| 18 | ## Build |
| 19 | |
| 20 | ```bash |
| 21 | npm run build |
| 22 | ``` |
| 23 | |
| 24 | This command generates static content into the `build` directory. |
| 25 | |
| 26 | ## Deployment |
| 27 | |
| 28 | The site deploys automatically via GitHub Actions on push to `main`. See `.github/workflows/deploy-docs.yml`. |
| 29 | |
| 30 | 🤖 *Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.* |
| 31 | |