Skip to content

Cross-platform mobile app for tracking beerpong leaderboards between friend groups ๐Ÿบ๐Ÿ˜Ž

Notifications You must be signed in to change notification settings

Laurin-Notemann/beerpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

98 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SETUP

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

How to Git

git clone https://github.com/Laurin-Notemann/beerpong 

Create new Feature

  1. Create new branch
git checkout -b "branch-name"
  1. Work on Feature

  2. Commit to branch

git add .
git commit -m "commit-msg"
  1. Push to branch
git push origin branch-name
  1. Create PR

  2. Wait for Approval

Setup of pre-commit

ln ./scripts/pre-commit .git/hooks/pre-commit

About

Cross-platform mobile app for tracking beerpong leaderboards between friend groups ๐Ÿบ๐Ÿ˜Ž

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages