Backend code moved to Nexus monorepo
Caution
Here be dragons. This project is still a huge work in progress and is not ready for production use.
# Install dependencies
bun install
# Generate prisma schemas
bunx prisma migrate dev --name init
# Run dev server
bun index.ts