This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
> bun install
> cp .env.example .envChange DATABASE_URL to your postgres url
> bunx prisma generate
> bunx prisma migrate dev
> bun run dev> bun run build
> bun startOpen http://localhost:3000 with your browser to see the result.