We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db1a99 commit dbc35a0Copy full SHA for dbc35a0
1 file changed
src/haapi-react-app/README.md
@@ -28,6 +28,15 @@ interactive documentation locally from the repo root:
28
npm run docs -w @curity/haapi-react-sdk-docs
29
```
30
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
40
## Development setup
41
42
The Vite development server is used both to serve the application and as a proxy for specific Identity Server endpoints.
0 commit comments