Kickstart your web development with this comprehensive starter template that combines the power of Supabase, Next.js, trpc, and Prisma. Quickly set up a robust foundation for your project with authentication, efficient data fetching, and database integration.
To get it running, follow the steps below:
# Install dependencies
pnpm i
# Configure environment variables
# There is an `.env.example` in the root directory you can use for reference
cp .env.example .env
# Start supabase services
pnpm supabase start
# Push the drizzle schema to the database
pnpm db:push
pnpm run dev