Build

Docs

virtualenv env
source env/bin/activate
pip install -r requirements.txt
brew install fish
brew install entr
brew install python3
ls source/*.cog | entr -r fish wheel.sh --build

Execute Server

python3 -m http.server 8093

Open http://127.0.0.1:8093 in the browser to see the basic demo.

Read docs

Keep a browser tab open to browse the code

open build/html/index.html