This is a Vite + React + TypeScript project using Tailwind CSS and shadcn/ui.
# Clone the repository
git clone <YOUR_GIT_URL>
# Enter the project directory
cd <YOUR_PROJECT_NAME>
# Install dependencies
npm i
# Start the development server
npm run dev- Vite
- TypeScript
- React
- shadcn/ui
- Tailwind CSS
Build the project and deploy the contents of dist/ with your preferred hosting provider.
npm run build