···102102bun run dev
103103```
104104105105-Then open:
105105+Then you can open:
106106- **Frontend**: http://127.0.0.1:5173
107107- **XRPC Server**: http://localhost:3000
108108···123123# Type check all packages
124124bun run typecheck
125125```
126126+127127+This has the advantage of being slightly easier to run, but logs will be slightly more cluttered.
126128127129## Project Commands
128130