Setup development standards
Git flow,
feature branches
master branch => production branch
develop branch => main branch for development
code reviews
prettiers, linters
tdd vs bdd
automated tests ran on git push
unit tests, integration tests
what should be covered
continuous integration