Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit c668233

Browse files
timonbackstavshamir
authored andcommitted
docs: Add section about mock data to README.md
1 parent cf599d4 commit c668233

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Springwolf UI
66
##### Web UI for Springwolf
77

8-
### Usage
8+
## Usage
99
Add the following dependencies:
1010

1111
```groovy
@@ -16,6 +16,13 @@ dependencies {
1616

1717
After starting the application, visit: `localhost:8080/springwolf/asyncapi-ui.html`.
1818

19-
### Development
19+
## Development
2020
1. Run `npm i`
2121
2. Run `ng serve`
22+
23+
### Mock Data
24+
25+
The application renders content based on mock data in `src/app/shared/mock`.
26+
It contains multiple mocks - including the ones from the springwolf-core examples projects.
27+
28+
To update the mock data, run `npm run update-mocks`.

0 commit comments

Comments
 (0)