Getting Started
Install prerequisites and run the CLI locally.
Prerequisites
- .NET SDK 9.0+
- Node.js 20.18+ and npm
- TypeScript compiler on PATH (
npm i -g typescriptor project-local)
Steps
- Build the CLI or run via dotnet
# From repo root (run via dotnet)
dotnet run --project CLI -- --help
- Create a new project and start dev mode
webstir init my-app
cd my-app
webstir watch
- Open the printed dev server URL. Edit files under
src/**to see live reload.
Next
- Add a page — ../how-to/add-page.md
- Run tests — ../how-to/test.md
- Publish — ../how-to/publish.md