Installation
Blueprint uses Poetry for dependency management. If you haven't installed it already please use Poetry's official docs for instructions.
- 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)
- Clone your new repository to your local computer
git clone git@github.com:thuwarakeshm/blueprint.git
cd blueprint
3.Install project depenencies.
poetry install
- Install pre-commit hooks
poetry run pre-commit install
You are ready to rock.