npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit
A docker image is attached to each release, so you can run a self-hosted version of the application. First you have to download the docker image, and install docker.
docker load < bowling_docker_img.tar
docker run -p ${HOST_PORT}:80 -it bowling_docker_img
N.B: Don't forget to change ${HOST_PORT}
by the port you want to expose for this application on your computer