- Install bun:
powershell -c "irm bun.sh/install.ps1 | iex"
- Install dependencies:
cd frontend
bun i
- Run the development server:
bun dev
- Open http://localhost:3000 with your browser to see the result.
powershell -c "irm bun.sh/install.ps1 | iex"
cd frontend
bun i
bun dev