Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
/ quickstart Public archive

Use this template to start your own PyCob app

License

Notifications You must be signed in to change notification settings

pycob/quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Use this template to start your own PyCob app https://github.com/pycob/quickstart/blob/main/src/main.py

Running

This repo contains a Makefile so you can just run the following to set up a virtual environment, install dependencies, and run locally:

make

Deploy to PyCob

Manual Deployment

You can use the Makefile by running:

make deploy

Or if you prefer, you can run

python -m pycob.deploy

CD

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

.github/workflows/pycob-deploy.yaml

Deploy to other Cloud Services

Running on PyCob Infrastructure is optional. You can run PyCob apps anywhere.