# Welcome to Your Lovable Project
## Project Info
**URL**: [https://lovable.dev/projects/2966a16f-c03f-4dce-a9c2-5c906da03c78](https://lovable.dev/projects/2966a16f-c03f-4dce-a9c2-5c906da03c78)
---
## How Can I Edit This Code?
You have several options for editing your application:
### **1. Use Lovable**
Visit the [Lovable Project](https://lovable.dev/projects/2966a16f-c03f-4dce-a9c2-5c906da03c78) to edit your code directly.
Changes made via Lovable will automatically be committed to the repository.
---
### **2. Use Your Preferred IDE**
If you prefer working locally, you can clone this repository and make changes using your favorite IDE.
All updates pushed to the repository will reflect in Lovable.
#### Prerequisites:
Make sure **Node.js** and **npm** are installed. You can use [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) for easier installation and management.
#### Steps:
```sh
# Step 1: Clone the repository using its Git URL.
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 with auto-reloading and an instant preview.
npm run dev
- Navigate to the desired file(s) in the repository.
- Click the "Edit" button (pencil icon) at the top-right of the file view.
- Make changes and commit them directly to the repository.
For a seamless, cloud-based development environment:
- Navigate to the repository's main page.
- Click the green "Code" button and select the "Codespaces" tab.
- Click "New codespace" to launch an instance.
- Edit files within the Codespace and commit your changes.
This project is built using:
- Vite: A fast build tool and development server.
- TypeScript: For strongly typed code.
- React: A JavaScript library for building user interfaces.
- shadcn-ui: For accessible and reusable UI components.
- Tailwind CSS: A utility-first CSS framework.
- Open the Lovable Project.
- Click Share -> Publish to deploy your project.
Currently, custom domains are not supported via Lovable.
To deploy your project under your own domain, consider using platforms like Netlify or Vercel.
Refer to the Custom Domains Documentation for more details.
This Markdown format ensures a clear and detailed project guide. Let me know if additional edits are needed!