Drifting Starlight#
Developing locally#
- Install dependencies with
pnpm install - Initialize database with
pnpm run db:push - Generate secret
pnpm run auth:secretand add it toBETTER_AUTH_SECRETin.env - Start database with
pnpm run db:start - Run
pnpm run dev
Environment variable files
It's important to create an .env instead of .env.local, as @better-auth/cli can only read an .env file.
Resources#
| Resource | Documentation |
|---|---|
| Better-Auth | better-auth.com/docs |
| Drizzle | orm.drizzle.team/docs |
| Lucide Icons | lucide.dev/icons |
| Resend | resend.com/docs |
| Storybook | storybook.com/docs |
| Superforms | superforms.rocks |
| Svelte | svelte.dev/docs/svelte |
| SvelteKit | svelte.dev/docs/kit |
| Tailwind | tailwindcss.com/docs |