···1717- `vp dev`: start dev server
1818- `vp build --mode client`: build client assets
1919- `vp check`: lint, format, type-check
2020+ - instead of `tsc --noEmit`
2021- `vp test`: run tests
2122- `bun run start`: run production server
2223- `bun run db:generate`: generate Drizzle migrations
···3233- Shared non-interactive components go in `app/components/`
3334- Backend logic goes in `lib/`
3435- Styles use vanilla-extract `.css.ts` files in `app/styles/`
3636+3737+## Git
3838+3939+- Use conventional commits