This repository contains Perun web applications.
All development takes place in public repository on our self-hosted GitLab instance. This repository is mirrored on GitHub for visibility.
See also other related repositories in the Perun IdM group.
- Install NVM (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
(check NVM GitHub repository for the newest version) - Install NodeJS
nvm install node
- Install AngularCLI
npm install -g @angular/cli
- Run
npm install
- For end-to-end tests, install docker (includes
docker compose
)
Further documentation on how to configure the application is here.
If you want to contribute, you can check CONTRIBUTING.md for more details.