Leaderboards for your local community gym.
Go to file
Andrew Lalis 9d1712889e Add account deletion, data requests, and more. 2023-03-31 19:02:46 +02:00
design Added icons, better navigation, and working translation. 2023-01-24 19:53:01 +01:00
gymboard-api Add account deletion, data requests, and more. 2023-03-31 19:02:46 +02:00
gymboard-app Add account deletion, data requests, and more. 2023-03-31 19:02:46 +02:00
gymboard-cdn Added content-length protections. 2023-03-29 09:26:38 +02:00
gymboard-cli Added more docs 2023-03-26 13:33:10 +02:00
gymboard-search Redirect to main user page after follow or unfollow. 2023-03-27 19:05:51 +02:00
gymboard-uploads Add account deletion, data requests, and more. 2023-03-31 19:02:46 +02:00
README.md Added start of cdn implementation. 2023-01-31 15:00:56 +01:00
docker-compose.yml Added start of cdn implementation. 2023-01-31 15:00:56 +01:00

README.md

Gymboard

Leaderboards for your local community gym.

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.