Additional Libraries
- Tailwind CSS - for styling
- Akar Icons - for perfectly rounded icons
- Framer Motion - for animations
- Radix UI - for headless UI elements(tooltip)
- use-sound - for using sound effects
- cmdk - for command menu(press cmd/ctrl+k)
Services
- Analytics - Plausible Analytics
- Hosting - Vercel
Install Dependencies
bun install
Setup Pre-commit
bun run prepare
Start Development Server
bun run dev
Lint all the files
bun run lint
Format all files with Prettier
bun run format
Check TypeScript issues
bun run type-check
Build for Production
bun run build
Start Production Server
bun start