Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyskai authored Jan 30, 2025
1 parent 1035668 commit 07f9765
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,20 @@ cd myconext-gui
yarn install
yarn dev
```

There is no home page, you'll need to visit an SP and choose eduID to login.

### The servicdedesk-gui

The myconext service desk is also build with Svelte and to get initially started:

```
cd servicdedesk-gui
yarn install
yarn dev
```

Browse to the [application homepage](http://localhost:3002/).

### Build

To deploy production bundles
Expand Down Expand Up @@ -163,4 +174,4 @@ ngrok http --domain okke.harsta.eu.ngrok.io 8081
### Running the IdP and testing localhost

The [idp_metadata.xml](idp_metadata.xml) file contains the IdP metadata for localhost development. Import an IdP in Manage and
whitelist this for the SP's you want to test with. The OIDC-Playground is capable of testing the different ACR options.
whitelist this for the SP's you want to test with. The OIDC-Playground is capable of testing the different ACR options.

0 comments on commit 07f9765

Please sign in to comment.