Skip to content

Commit dbc35a0

Browse files
committed
IS-11008: add previewer note to haapi-react-app readme
1 parent 1db1a99 commit dbc35a0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/haapi-react-app/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ interactive documentation locally from the repo root:
2828
npm run docs -w @curity/haapi-react-sdk-docs
2929
```
3030

31+
## Previewer
32+
33+
A standalone playground for browsing the SDK's UI against mocked HAAPI steps — pick an example to see how the
34+
components render every authentication step, without a running Identity Server. Run it from this directory:
35+
36+
```shell
37+
npm run previewer
38+
```
39+
3140
## Development setup
3241

3342
The Vite development server is used both to serve the application and as a proxy for specific Identity Server endpoints.

0 commit comments

Comments
 (0)