Technical setup (overview)

The itera.yml file

The itera.yml file lives at the root of your frontend repository. It tells Itera how to install dependencies, start your dev server, and run common commands.

It's the only required configuration file. Without it, prototyping won't work.

What itera.yml covers:

  • Project metadata
  • Install, dev, test, and quality commands
  • Behavior in monorepos
  • Strict-mode enforcement options

For the full field reference, supported keys, command resolution rules, and example files for monorepos and single-package apps, see:

Was this page helpful?