Contributing
Contact
Getting Started
Development Setup
# Clone your fork
git clone <your-fork-url>
cd sand-framework
# Set up development environment
python -m venv venv
source venv/bin/activate # or `venv\Scripts\activate` on Windows
pip install -r requirements.txt
pip install -r requirements-dev.txt
# Install pre-commit hooks
pre-commit installCode Standards
Pull Request Process
Feature Requests
Last updated