Spin up a personal scratch org with your source deployed and dependencies installed:
sf ship flow run deploy/dev
After making changes in the org, pull them back locally:
sf project retrieve start
Build and promote a new package version through environments:
sf ship flow run release/beta
sf ship flow run release/production
TODO