Skip to content

judoassistant/live.judoassistant.com

Repository files navigation

JudoAssistant Live Frontend

Build Status

This repository contains the front-end for JudoAssistant Live.

Dev Setup

The development environment can be setup as follows:

$ yarn install
$ yarn serve

Production Setup

The frontend can be run in production using either the docker image or by manually using the yarn build command.