Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[other] ENGMT-1983: add copy button and pretty print json #1105

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
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
Next Next commit
[other] add to readme local run steps
bredmond5 committed Dec 18, 2024
commit 0906e4feb59b6618b95e3482997a60b4811acef1
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -24,6 +24,9 @@ for full details.
- [Web Full Reference]

# Running locally
Download node 18 (if not using nix)

```sh
node startDev.js
# Navigate to http://localhost:3000/dev.html
```