The TeamSnap mega tournament is the biggest tournament of the year. The TeamSnap Mega Tournment repo (this repo) runs the entire tournament. Or, it would if it fully worked!
We need your help to save the tournament!
How to help:
- Backend Go here!
- Frontend Go here!
- Full Stack: Do both (but you'll probably want to start with the backend)
- If you're using a newer Macbook with an M1 or M2 ARM64 chipset you will need to do the following.
- Substitute
./backend/Dockerfile
with./backend/Dockerfile.arm64
before following the Backend README.md