Firstly you need to clone the project
$ git clone <project>
$ cd <project>Create and activate a virtual environment
$ python -m venv <name>
$ <name>/scripts/activate # windows powershell
$ <name>/bin/activate.bat # linux terminal- On Windows you need to install
makeusing chocolatey
Install dependencies using the make init command
$ make init # install the pip dependenciesStart your local server
$ make start # run your local server