Setup
Time: ~10 minutes
Prerequisites
- GitHub account with Copilot enabled
- Option A: GitHub Codespace (recommended for consistency)
- Option B: Local machine with Node.js 18+, Git, VS Code
Quick Start
-
Fork or clone the demo repository
git clone <repo-url> demo_copilot_agent
cd demo_copilot_agent
make install -
Verify the build
make build -
Initialize the database
make db-init -
If using Codespaces: Make ports 3000 and 5137 Public
- Click on the
Portstab in the bottom panel, right click on a port and selectPort Visibility → Public
- Click on the
Next Steps
Once your environment is ready, proceed to Feature Development to start building with Copilot.