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