Brief description of what this project does.
- Feature 1
- Feature 2
- Feature 3
- Bazelisk (recommended) or Bazel 7.4.1+
- GCC 14+ or Clang 19+
# Clone the repository
git clone https://github.com/YOUR_ORG/mango-PROJECT_NAME.git
cd mango-PROJECT_NAME
# Build all targets
bazel build //...
# Run tests
bazel test //...# Example usage
bazel run //src:main -- --help- Project Guide - Development workflow and architecture
- Design Documents - Design decisions and implementation plans
├── src/ # Source code
├── tests/ # Test suite
├── docs/ # Documentation
└── .github/ # CI/CD configuration
- Fork the repository
- Create a feature branch
- Write tests for new functionality
- Submit a pull request