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:
make
You can use the Makefile
by running:
make deploy
Or if you prefer, you can run
python -m pycob.deploy
On 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.