chore: add dev instructions for docs

This commit is contained in:
sofinico
2025-03-21 10:19:30 +01:00
parent 98ee4741d5
commit 2606781c5a

18
docs/dev-instructions.md Normal file
View File

@@ -0,0 +1,18 @@
# Test Instructions
## Visualize Typedoc Documentation
In the root directory, run:
```bash
pnpm run docs:watch
```
In a new terminal window, run:
```bash
cd generated/docs
python -m http.server 8080
```
Open `http://localhost:8080` in your browser to view the documentation.