Setup Guide
Prerequisites
- GitHub account with Actions enabled
- Supabase account (free tier OK)
- VS Code with GitHub Copilot
Step 1: Fork the repository
git clone https://github.com/kenichimiyata/ai-automation-dashboard
cd ai-automation-dashboard
Step 2: Configure Supabase
- Create a Supabase project
- Run the SQL schema from
database/schema.sql - Note your Project URL and anon key
Step 3: Set GitHub Secrets
In your repo Settings > Secrets > Actions:
SUPABASE_URL=https://your-project.supabase.coSUPABASE_ANON_KEY= your anon key
Step 4: Enable GitHub Actions
The workflow triggers automatically on Issue events.