Thank you so much for checking out this project! 🙏
We appreciate your interest and hope you enjoy exploring and building with it.
Before you begin, please make sure to replace the API keys in your .env file:
- Get your Anthropic API key from: Anthropic Console
- Get your Daytona API key from: Daytona Dashboard
Add these keys to your .env file as follows:
ANTHROPIC_API_KEY=your_anthropic_api_key
DAYTONA_API_KEY=your_daytona_api_keyFrom the lovable-ui directory, install all dependencies and start the development server:
cd lovable-ui
npm install
npm run devThis will launch the app locally (by default at http://localhost:3000).