Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 373 Bytes

PMAdmin

Client Application for Policy Machine Web services

Steps to run:

  1. Make sure that the super.pm configuration has been loaded into the Policy Machine.
  2. Install Angular CLI by running "npm install -g @angular/cli".
  3. Form the project root directory, run "npm install".
  4. Start the server with "ng serve".
  5. Access application at localhost:4200.