Run the following command in the POSIX-compatible shell
git clone https://github.com/CertIZDAT/certIZDAT-web.git
cd certIZDAT-web/
git submodule update --init
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
cd backend/
DEBUG=1 gunicorn -c dev-config.py app:app
See detailed technical documentation here.