Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 390 Bytes

File metadata and controls

23 lines (16 loc) · 390 Bytes

Contributing to BetterCode

Building from Source

Prerequisites: Bun, Python, Xcode Command Line Tools (macOS)

bun install
bun run dev      # Development with hot reload
bun run build    # Production build
bun run package:mac  # Create distributable

Contributing

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Submit a PR

License

Apache 2.0