Skip to content

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. render-engine init --help

Visit the CLI - init page for more information.