···102bun run dev
103```
104105-Then open:
106- **Frontend**: http://127.0.0.1:5173
107- **XRPC Server**: http://localhost:3000
108···123# Type check all packages
124bun run typecheck
125```
00126127## Project Commands
128
···102bun run dev
103```
104105+Then you can open:
106- **Frontend**: http://127.0.0.1:5173
107- **XRPC Server**: http://localhost:3000
108···123# Type check all packages
124bun run typecheck
125```
126+127+This has the advantage of being slightly easier to run, but logs will be slightly more cluttered.
128129## Project Commands
130