Development - Contributing
Starting Development
git clone git@github.com:dutradda/apidaora.git --recursive
cd apidaora
make setup-python-virtualenv
source venv/bin/activate
make setup-python-project
bake setup-apidaora
bake dependencies
Running the integration suite:
bake integration
Other bake tasks:
bake check-code
bake tests-docs
bake serve-docs
bake add-changelog m="Add my cool feature"
You can run bake
to see all tasks available.