First of all, be sure the docker image is built:
make build
For creating a new project from scratch:
make init
If the project already exist, then just run the docker:
make run
Themes are stored under themes/ directory, and are configured through the config.yaml:
git submodule add "theme_git_url"
And on config.yaml, set the installed theme:
theme: theme_name