Install deps with pnpm install. Create a .env file and copy the contents of .env.example into it. Then, fill in the values.
pnpm run dev
pnpm run dev -- --openTo create a production version of your app:
pnpm run buildYou can preview the production build with pnpm run preview.
- NodeJS and pnpm: Installing and running the project
- Biome: Linter/code formatter. You should probably run
pnpm biome checkto check any issues before making a commit/pushing. drizzle-kit: Database tooling. Use to generate migrations. See The docs for more info
- https://orm.drizzle.team/docs/overview: Database/ORM
- https://www.better-auth.com/docs/introduction: How we handle authentication
- https://svelte.dev/docs: UI Framework