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