Front-end for CaG Events.
Download the lates versions of the following software
$ docker build -t cag-event-frontend .
$ docker run -it -p 3000:3000 -v $(pwd)/src:/app/src cag-event-frontend
$ npm install
$ npm start
$ npm test --watchAll
$ docker build -t cag-event-frontend . --build-arg prod=true
$ docker run -p 3000:3000 cag-event-frontend
This project is licensed under GPLv3, see LICENSE for the full license text.