git clone https://github.com/Laurin-Notemann/beerpong
Copy .env and check all the values
cp .env.example .env
Initial docker database
make docker-db-up
Stop docker database
make docker-db-stop
Start docker database
make docker-db-start
Remove docker database
make docker-db-down
git clone https://github.com/Laurin-Notemann/beerpong
- Create new branch
git checkout -b "branch-name"
-
Work on Feature
-
Commit to branch
git add .
git commit -m "commit-msg"
- Push to branch
git push origin branch-name
-
Create PR
-
Wait for Approval
ln ./scripts/pre-commit .git/hooks/pre-commit