Skip to content

Commit

Permalink
[other] add to readme local run steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bredmond5 committed Dec 18, 2024
1 parent f72a214 commit 19966ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
1 change: 1 addition & 0 deletions examples/example.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ <h4>Session</h4>
<button class="btn btn-info" onclick="callData()">.data()</button>
<button class="btn btn-info" onclick="callLogout()">Logout</button>
<button class="btn btn-info" onclick="callFirst()">.first()</button>
<
</div>
<h4>Identity</h4>
<div class="group">
Expand Down

0 comments on commit 19966ea

Please sign in to comment.