There are several ways of editing your application.
Changes made via Lovable will be committed automatically to this repo.
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
The only requirement is having Node.js & npm installed -
install with nvm
1# Step 1: Clone the repository using the project's Git URL.
2git clone <YOUR_GIT_URL>
3
4# Step 2: Navigate to the project directory.
5cd <YOUR_PROJECT_NAME>
6
7# Step 3: Install the necessary dependencies.
8npm i
9
10# Step 4: Start the development server with auto-reloading and an instant preview.
11npm run dev
Simply open
Lovable and click on Share -> Publish.
To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.