From 78cf5b1d232ffd0b853404c48f2ef0b9c87e9a6a Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Sun, 3 Dec 2023 13:44:57 +0100 Subject: [PATCH] Add Bracket (#401) --- software/bracket.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/bracket.yml diff --git a/software/bracket.yml b/software/bracket.yml new file mode 100644 index 0000000000..f67877bd42 --- /dev/null +++ b/software/bracket.yml @@ -0,0 +1,11 @@ +name: "Bracket" +website_url: "https://evroon.github.io/bracket" +source_code_url: "https://github.com/evroon/bracket" +description: "Flexible tournament system to build a tournament setup, add teams, schedule matches, keep track of scores and present ranking live to the public." +licenses: + - MIT +platforms: + - Docker + - Nodejs +tags: + - Miscellaneous