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
make
using chocolatey
Install dependencies using the make init
command
$ make init # install the pip dependencies
Start your local server
$ make start # run your local server