Project Info How to Edit This Code You can edit your application in several ways:
- Edit Locally with Your Preferred IDE Clone the repository using your Git URL:
sh Copy Edit git clone <YOUR_GIT_URL> Navigate to the project directory:
sh Copy Edit cd <YOUR_PROJECT_NAME> Install dependencies:
sh Copy Edit npm i Start the development server with auto-reloading:
sh Copy Edit npm run dev 2. Edit a File Directly in GitHub Navigate to the file you want to edit.
Click the edit icon (pencil).
Make your changes and commit.
- Use GitHub Codespaces Open a new Codespace for your repository.
Edit files inside the Codespace.
Commit and push changes when done.
Technologies Used Vite
TypeScript
React
shadcn-ui
Tailwind CSS
Deployment You can deploy this project by using your preferred hosting service and pointing it to the production build generated with:
sh Copy Edit npm run build