- React 19 - JavaScript library
- TypeScript - JavaScript with syntax for types
- Tailwind CSS - CSS framework
- Lucide Icons - Icon library
- Vercel - Deployment platform
- Prettier + prettier-plugin-tailwindcss - An opinionated code formatter.
- Lucide Icons + svgl - Beautifully SVGs icons & logos.
- Install dependencies:
# Install pnpm globally if you don't have it:
npm install -g pnpm
# and install dependencies:
pnpm install- Run the development server:
pnpm devOpen up http://localhost:5173 and make your changes ✨.