diff --git a/docs/dev-instructions.md b/docs/dev-instructions.md new file mode 100644 index 0000000..3276680 --- /dev/null +++ b/docs/dev-instructions.md @@ -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.