Once you Install Reflekt, it’s time to create your Reflekt project!


Create a Git repository

This Git repository (repo) will hold your Reflekt project. To keep things simple, create a repo in Github, then clone it to your computer.

git clone <https://github.com/your-user/reflekt-project.git> # Clone GitHub repo
cd reflekt-project  # Navigate inside Reflekt project

Initialize your Reflekt Project

Create (aka initialize) your Reflekt project by running:

reflekt init --project-dir .  # Follow the prompts

Once initialized, set project configurations in the reflekt_project.yml file. See the Reflekt Project Configuration docs for configuration guidance.

Follow along - Create a Reflekt project

create_reflekt_project.mp4