Backend:
make build-backendmake run-backend
Frontend:
make run-frontend
git clone https://github.com/victorpre/gadgets.git && cd gadgetsvirtualenv -p python3 venvsource venv/bin/activatepip install -r requirements.txtpython backend/manage.py migratepython backend/manage.py runserver
python backend/manage.py test