Clone the repository and create a virtual environment with pipenv
git clone git@github.com:h4yfans/Lead.git
cd Lead
pipenv install
pipenv shell
If you are not using pipenv, type:
pip install -r requirements.txt
Install dependices
npm i
npm run dev
Run project
python manage.py runserver