Must have node and pnpm installed and setup locally
pnpm i
- Create db and add connection string to .env
cd packages/database pnpm db:push
Make sure you have created a .env file with the right values, you can use .env.example as the template
pnpm run dev
- We use Resend for the smtp server
We are using Vercel