Single Page App built with React for InvenioILS
The official documentation is available at https://invenioils.docs.cern.ch.
To update dependencies you need to run npm install
in the target deployment
environment:
$ rm -rf package-lock.json node_modules
# Run the container with x86_64 architecture and install packages
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:14-alpine sh -c "npm install"