- Install Nix (Linux | macOS)
- Install direnv
- Install nix-direnv (or lorri for macOS).
- Run
direnv allowin the repository rootdirenvwill now install all dependencies and load the environment fromflake.nix
# create a base
uv run poly create base --name my_base
# create a component
uv run poly create component --name my_component