Recipe sharing website
- Sveltekit
- Typescript
- PostgreSQL
- TailwindCSS
- Prisma ORM
- Lucia Auth
- Vercel
- Run command npm install
- Run command npx prisma init --datasource-provider sqlite
- Copy Schema from schema.md, replace content in prisma/schema.prisma
- Run command npx prisma migrate dev --name init
- Run command npx prisma generate
- Run command npm dev to open dev server