How to clone the Blueprint repository
📣 For external clients who'd like to set up a Blueprint project, book a demo and we'll be in touch to help you get started.
git clone --depth 1 git@github.com:octoenergy/blueprint.git
Note: The --depth 1 flag ensures that only the latest commit is cloned, not the entire history of the repository.
After cloning, you'll work primarily with the apps/foundation directory, which serves as the tooling-agnostic starting point for your project. Configure it for your client's needs by adjusting the configuration files in apps/foundation/src/app.config.ts and environment variables.