All functionality is exposed via invoke.
All requirements stored in requirements_dev.txt
.
Create a virtualenv, pip install -r requirements_dev.txt
- you're good to go.
$ inv --list
Available tasks:
export.dockerimage Build and export the docker image to the local host.
export.site Build and export the site to the local host.
export.speakernotes Build and export speaker notes to the local host.
new.post Create a new post.
new.presentation Create a new presentation.
publish.post Publish a post from drafts.
run.dockerimage Run the docker image locally.
run.testsite Run the test site locally.