To install it change into your Nextcloud's apps directory:
cd nextcloud/apps
Then run:
git clone https://github.com/fractava/biblio biblio
Then install the dependencies using:
make composer
- 👩💻 Run
make dev-setupto install the frontend dependencies - 🏗 To build the Javascript whenever you make changes, run
make build-js
To continuously run the build when editing source files you can make use of the make watch-js command.