Creating your app
Create your site file
You can get started quickly using the render-engine init
cli command.
$ render-engine init
or
$ python -m render_engine init
Available Options
init
has a few options that you can use to customize your site
You can view the options using the --help
flag.
Visit the CLI - init page for more information.