Skip to content

cuadradek/perun-web-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerunWebApps

This repository contains Perun web applications.

How to contribute

  1. You need to have the Nodejs installed
  2. You need to have the Angular CLI installed
  3. Fork and clone this repository
  4. Run npm install

How to serve the AdminGUI

First, you need to create a file apps/admin-gui/src/assets/config/instanceConfig.json with the following content:

{
  "api_url": "https://cloud8.perun-aai.org/ba/rpc/",
  "skip_oidc": true
}

Then you can serve the admin gui with the following command:

ng serve admin-gui

Consolidator

Command to serve the consolidator:

nx serve consolidator --disable-host-check --baseHref=/krb/nic/ --deployUrl=/krb/nic/ --publicHost=localhost:4200

About

Perun Web Applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.4%
  • HTML 11.6%
  • SCSS 1.5%
  • Other 0.5%