This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devGenerate typedefs from backend using:
npm run generate-typedefsAfterwards update components.ts with the types you want to extract from components in /types/api.ts -> TODO: Script for this
TODO: [ ] replace all local URLs when deploying [ ] automate that session in cookie is invalidated if users request is rejected