npm install
Copy .env.example to .env and configure:
# Update your database schema
npm run db:push
# Generate the auth schema
npm run auth:schema
# Update your database with auth tables
npm run db:push
/demo/better-auth route to view the demoStart the development server:
npm run dev
# or open in browser automatically
npm run dev -- --open
Build for production:
npm run build
npm run preview