Get BugSight running in 3 minutes!
- Go to https://makersuite.google.com/app/apikey
- Click "Create API Key"
- Copy your key
# Install dependencies
cd web
npm install
# Create env file
echo "GEMINI_API_KEY=your_key_here" > .env.local
# Start dev server
npm run devOpen http://localhost:3000 🎉
- Paste this sample error:
TypeError: Cannot read property 'map' of undefined
at App.render (App.js:25:18)
-
Click "Analyze with AI"
-
Get instant explanation + fix!
- Check the Dashboard tab for error history
- Download the VSCode extension from Extension Hub
- Toggle dark/light mode with the moon/sun icon
cd extension
npm install
npm run compilePress F5 in VSCode to test the extension.
Need help? Check SETUP.md for detailed instructions.