To have your manual changes reflected on your live, deployed site, you will need to manually redeploy the application within the Emergent platform. Here’s the typical workflow:
- Make Changes Locally: Use Cursor or any other editor to make your desired code changes.
- Push to GitHub: Commit and push your changes to the connected GitHub repository to save your progress.
- Redeploy on Emergent: Open your project in Emergent and use the Deploy button. If you have an existing deployment, you'll have an option to "Replace Existing Deployment." This will update your live application with the latest changes from your repository.
This process ensures that you can test and verify everything before updating the public-facing version of your app.
Regards,