It's recommended to use bun to run this project.
Intall bun:
powershell -c "irm bun.sh/install.ps1 | iex"
(Windows)
curl -fsSL https://bun.sh/install | bash
(Linux/Mac)
bun run build-web
to run a continuous build of the web app.
bun run start-bun
to run a dev server that will automatically reload the web app when you make changes.