microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.3.27

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/docusaurus/README.md

30lines · modecode

1---
2title: HVE Core Documentation Site
3description: Docusaurus 3 documentation site for HVE Core
4author: Microsoft
5ms.date: 2026-02-19
6ms.topic: reference
7---
8
9## Local Development
10
11```bash
12npm install
13npm start
14```
15
16This 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
21npm run build
22```
23
24This command generates static content into the `build` directory.
25
26## Deployment
27
28The 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