Use this template to start your own PyCob app https://github.com/pycob/quickstart/blob/main/src/main.py
This repo contains a Makefile so you can just run the following to set up a virtual environment, install dependencies, and run locally:
makeYou can use the Makefile by running:
make deployOr if you prefer, you can run
python -m pycob.deployOn GitHub, you can use a GitHub workflow to automatically deploy your site to PyCob Hosting https://github.com/pycob/quickstart/actions/workflows/pycob-deploy.yaml
Running on PyCob Infrastructure is optional. You can run PyCob apps anywhere.