Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 22, 2024
1 parent 014ef04 commit 43f716b
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 1,162 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@

Single Page App built with React for [InvenioILS](https://inveniosoftware.org/products/ils/)

The official documentation (under development) is available at https://invenioils.docs.cern.ch.
The official documentation is available at https://invenioils.docs.cern.ch.

## Update dependencies

To update dependencies you need to run `npm install` in the target deployment
environment:

```shell
$ rm -rf package-lock.json && rm -rf node_modules

# Run the container with x86_64 architecture
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:14-alpine sh

[root@3954486e4a37]# npm install
```
Loading

0 comments on commit 43f716b

Please sign in to comment.