How to clone the Blueprint repository
📣 For external clients who'd like to set up a full Blueprint project that you can theme or otherwise customise please get in touch and we will walk you through it.
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.
The naming convention for new consumer sites is {client}-consumer-site
, for example, oegb-consumer-site
. If your project follows a different convention, you can choose any name you like. However, it's advisable to prefix the name with your specific client for clarity.