A web application for keeping score of friendly season-long golf competitions.
Table of contents:
You can run the application stack with:
docker compose upUpon pushing to dev or main branches, a Google Cloud Build Trigger activates which:
- Builds a new Docker image based on the
Dockerfile.prod - Pushes this new image to the Google Cloud Artifact Registry
- Serves a new Cloud Run revision to the live application using this image
react-i18next will be used as the i18n library of choice to provide language support for both Finnish and English.
I am using Conventional Commit for commit messages.
These documentation and pull request templates are from the full-stack-template by Taito United