Skip to content

Commit

Permalink
add notes on dev UIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessler authored May 9, 2024
1 parent 4006d3d commit 49821ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ ClojureScript Client Profile:
* `docs/html`: Compile `docs/book.adoc` into HTML at `target/book.html`
* `docs/pdf`: Compile `docs/book.adoc` into a PDF at `target/book.pdf`
* `docs`: Perform `docs/html` and `docs/pdf`

## Swagger UI for REST API
Navigate to http://localhost:8085/rest-api/v1/docs/index.html

## XTDB Inspector
Set the environment variable `XTDB_INSPECTOR_URI_PREFIX=/_inspector` (e.g. `XTDB_INSPECTOR_URI_PREFIX=/_inspector yarn server`), and see http://localhost:8085/_inspector/attr

0 comments on commit 49821ba

Please sign in to comment.