Website for Norges Bondebridgeforbund - a card game federation
- Next (with server actions)
- React (with new dom features, eg. useFormState and useTransition)
- Tailwind
- Tanstack Query, with SSR prefetching
- Drizzle ORM
- Shadcn/ui components
First, run the development server:
pnpm install
vercel devOr for automatic env config, use vercel cli.
pnpm makemigrations
pnpm migrateYou should probably do vercel pull first