Skip to content

Installation

Blueprint uses Poetry for dependency management. If you haven't installed it already please use Poetry's official docs for instructions.

  1. Fork this repository by clicking on the fork button at the top right corner. (If not make sure you change the remote url once you cloned this repository)
  2. Clone your new repository to your local computer
git clone git@github.com:thuwarakeshm/blueprint.git
cd blueprint

3.Install project depenencies.

poetry install
  1. Install pre-commit hooks
poetry run pre-commit install

You are ready to rock.