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
npm install
Install Git Hooks(Required for Development)
npm run prepare
Start Development Server
npm run dev
Lint all the files
npm run lint
Format all files with Prettier
npm run format
Check TypeScript issues
npm run type-check
Build for Production
npm run build
Start Production Server
npm start