Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
lucia/examples/sveltekit-email/
lucia/examples/sveltekit-email/

Lucia + SvelteKit: Email verification and password reset

This project includes a mock mailbox.

Setup

Install dependencies

pnpm i

Prisma

Migrate Prisma schema:

npx prisma migrate dev --name init

Run

pnpm dev