Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 411 Bytes

PyBay

Contributing

  • Create branch from main branch
  • Open branch in Codespace
  • Install lektor (pipx install lektor)
  • 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