Prerequisites
- Bun runtime installed
- Claude Code installed
- Git installed and configured
- Initialized Git repository
# Clone the repository
git clone https://github.com/argjentin/ClaudingCopilot.git
cd ClaudingCopilot
# Install dependencies
bun install
# Setup database
bun run db:migrate
# Start the server
bun run dev
Open http://localhost:3000 and start automating!