This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies
npm i
# Step 4: Start the development server
npm run devYou can use any IDE or code editor to work with this project. VS Code is recommended for the best developer experience.
This is a standard Vite + React project that can be deployed to any hosting service that supports static sites (Vercel, Netlify, GitHub Pages, etc.).
To build for production:
npm run buildThe build output will be in the dist directory.