Gymboard/README.md

8 lines
506 B
Markdown
Raw Normal View History

2023-01-19 09:20:59 +00:00
# Gymboard
Leaderboards for your local community gym.
2023-01-31 14:00:56 +00:00
## Development
Gymboard is comprised of a variety of components, each in its own directory, and with its own project format. Follow the instructions in the README of the respective project to set that one up.
A `docker-compose.yml` file is defined in this directory, and it defines a set of services that may be used by one or more services. Install docker on your system if you haven't already, and run `docker-compose up -d` to start the services.