A webapp to track Christmas gifts for my family and in-laws.
- Framework: SvelteKit
- Styling: TailwindCSS
- Icons: Iconify
- Database: Neon
- ORM: Drizzle
Command | Action |
---|---|
bun install |
Installs dependencies |
bun dev |
Starts local dev server at localhost:5173 |
bun build |
Builds production site |