Installation

Requirements

Installation

1. Clone the repository

git clone git@gitlab.esrf.fr:icat/data-portal.git
#or
https://gitlab.esrf.fr/icat/data-portal.git

2. Install dependencies

cd data-portal
pnpm install

3. Configure the application

See configuration

5. Run the application

See run