- Clone the repository:
git clone https://github.com/actuallyakshat/nota-rapida.git
- Install dependencies:
pnpm install
- Set Environment Variables:
DATABASE_URL CLERK_SECRET_KEY NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY NEXT_PUBLIC_CLERK_SIGN_IN_URL NEXT_PUBLIC_CLERK_SIGN_UP_URL
- Migrate Prisma Scehmas:
pnpm dlx prisma migrate dev --name migration_name
and thennpx prisma generate
- Run the local server:
pnpm dev
- Next.js
- Typescript
- Block Note
- Clerk Auth
- Prisma
- ShadCN UI