This project is built using the following technologies:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
Make sure your system has Node.js and npm installed.
We recommend using nvm to install Node.js: nvm Installation Guide
npm installStart the development server with hot reload and instant preview:
npm run devBuild for production:
npm run buildPreview the built project:
npm run previewsrc/
├── components/ # UI Components
├── pages/ # Page Components
├── hooks/ # Custom Hooks
├── lib/ # Utility Library
└── main.tsx # Application Entry Point