This repository contains the front-end for JudoAssistant Live.
The development environment can be setup as follows:
$ yarn install
$ yarn serve
The frontend can be run in production using either the docker image or by manually using the yarn build
command.