- Rename the .env.example file to
.env
and fill in the required configuration values - Add your SDK ID to the templates/index.html file
- Create a virtual environment with
python3 -m venv .venv
- Active the environment
. .venv/bin/activate
- Install the dependencies with
pip install -r requirements.txt
- Start the server
flask run --port 8000
- Visit
http://127.0.0.1:8000