a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Drifting Starlight#

Developing locally#

  • Install dependencies with pnpm install
  • Initialize database with pnpm run db:push
  • Generate secret pnpm run auth:secret and add it to BETTER_AUTH_SECRET in .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