Skip to content

Perun Web Applications

License

Notifications You must be signed in to change notification settings

CESNET/perun-web-apps

Repository files navigation

Perun

PerunWebApps

This repository contains Perun web applications.

Repository information

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.

Tools and dependencies

  1. 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)
  2. Install NodeJS nvm install node
  3. Install AngularCLI npm install -g @angular/cli
  4. Run npm install
  5. For end-to-end tests, install docker (includes docker compose)

Configuration

Further documentation on how to configure the application is here.

Contributing

If you want to contribute, you can check CONTRIBUTING.md for more details.