Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,24 @@ yarn dev
```
There is no home page, you'll need to visit an SP and choose eduID to login.

### The servicdedesk-gui
### The servicedesk-gui

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

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

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

### The public-gui

The myconext public gui can also be build with Svelte and to get initially started:

```
cd public-gui
yarn install
yarn dev
```
Expand Down
2 changes: 1 addition & 1 deletion servicedesk-gui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
}
)],
server: {
port: 3002,
port: 3003,
open: true,
proxy: {
'/myconext/api': {
Expand Down
Loading