- 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