cApps Quickstart
Prerequisites
Using the Quickstart Repository
git clone [coming soon]
cd nasdaiqpnpm i && pnpm buildcp .env.example .env~/.env
# API Keys
GEMINI_API_KEY=your_key_here
OPENAI_API_KEY=your_key_here
ANTHROPIC_API_KEY=your_key_here
BROWSER_AGENT_KEY=your_key_hereConfiguring your cApp
Running the Application
Troubleshooting
Last updated