This project targets Deno 2.x (aligned with the CI workflow).
Start the project:
deno task start
This will watch the project directory and restart as necessary.
To make sure the Vite build succeeds before pushing:
deno task build
If you want to inspect the production output locally, run:
deno task preview
This launches the prerendered build on port 8000.