Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Installation

Aleksi Peebles edited this page Mar 16, 2022 · 3 revisions

Clone the repository/repositories

VuFind is a dependency of the component library. A working installation of VuFind is not required.

The recommended setup is to have VuFind and the component library side by side in a shared parent directory.

If you have not already previously done so, first clone the VuFind repository:

git clone https://github.com/NatLibFi/NDL-VuFind2.git

Then clone the component library repository:

git clone https://github.com/NatLibFi/finna-ui-components.git

Install dependencies

In the project root folder, type:

npm install
Clone this wiki locally