- Run
./scripts/setup.shto install dependencies. - Use
./scripts/check.shto run all tests. - Run
./scripts/start.tsto run the local dev stack (+ restarts on changes).- The Go server runs at http://localhost:8080
- Access the dashboard at http://localhost:5173
We use Node's built-in TypeScript support which is enabled by default in Node v25.2 or higher.
For older versions, you should configure your shell with this environment var:
$ export NODE_OPTIONS="--disable-warning=ExperimentalWarning --experimental-transform-types"