Have an idea? Found a bug? Want to improve something? Cool, let's do it!
# Clone and setup
git clone https://github.com/codepapi/codepapi-ai.git
cd codepapi-ai
# Start with Docker (easiest)
docker-compose up -d
# Or local dev
cd backend && npm install && npm run start:dev # Terminal 1
cd frontend && npm install && npm run dev # Terminal 2- Write code however feels right
- Use TypeScript when possible
- Format before pushing:
npx @biomejs/biome check --apply .
Just write clear commit messages. Something like:
add Rust supportfix upload bugupdate docs
- Fork the repo
- Make your changes
- Push and open a PR
- That's it!
I'll review when I can. No pressure, it's a hobby project.
Want to contribute but not sure what? Some things that'd be cool:
- New language support
- Performance improvements
- Better error messages
- Documentation
- Bug fixes
- UI improvements
Just open an issue or PR with your idea!
Ask in GitHub Discussions or open an issue. Happy coding!