My little corner of the internet. Check it out here.
- SvelteKit (Svelte 5) - Full-stack framework
- Tailwind CSS - Styles
- Vite - Build tool
- Vercel - Deployment
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Run type checking
npm run check
# Run tests
npm test