Contributions are welcome.
git clone https://github.com/torchbox/wagtail-makeup
python3 -m venv venv
source venv/bin/activate
pip install -e ".[testing]"
This project uses pre-commit to run some checks before committing code changes.
Install the pre-commit hooks:
pre-commit install
Make some changes or add new features.
python runtests.py