Thank you so much for checking out EverJust! 🚀
We appreciate your interest and hope you enjoy building the future of AI-powered development with us.
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 platform directory, install all dependencies and start the development server:
cd platform
npm install
npm run devThis will launch EverJust locally (by default at http://localhost:3000).