Welcome to the frontend of the Bibliobase framework. This frontend uses the GraphQL provided by the backend to process all data.
You can either run this app by using npm directly, but a docker setup is also present:
$ docker-compose up --build
npm install
npm run serve
npm run build
npm run lint