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 installSetup Pre-commit
bun run prepareStart Development Server
bun run devLint all the files
bun run lintFormat all files with Prettier
bun run formatCheck TypeScript issues
bun run type-checkBuild for Production
bun run buildStart Production Server
bun start