Build Your First Origin Repository
- 1 Know which files matter Understand which files beginners should care about first, and which generated files only become relevant after rollout.
- 2 Create a project Create a local project folder and add the first placeholder-based files.
- 3 Initialize your first origin repository Prepare a target GitLab group and run `divekit init` to turn the project into a Divekit origin repository.
- 4 Review your generated config Inspect the generated `config.json` from `divekit init` and focus on the few keys that matter for a first rollout.
- 5 Add a simple individualization Create a minimal `individualization.json`, connect it to a placeholder-based template, and understand what Divekit will generate later.