Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 369 Bytes

PyBay

Contributing

  • Create branch from main branch
  • Open branch in Codespace
  • Run local instance on server in subdirectory ( cd PyBay) and (lektor server -f webpack)
  • Make changes to code
  • Commit and push to your branch (git add -u) (git commit -m "your update descriptions here") and (git push)
  • Open PR request for merge with dev branch