- Optionally create a new Python3 virtual environment for this project
python3 -m venv venv
source ./venv/bin/activate
- Install the python dependencies
pip install -r requirements.txt
- Start the app (and Wave server automatically)
wave run src.app
- View the app by navigating to
localhost:10101