Skip to content

Commit 19966ea

Browse files
committed
[other] add to readme local run steps
1 parent f72a214 commit 19966ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ for full details.
2424
- [Web Full Reference]
2525

2626
# Running locally
27+
Download node 18 (if not using nix)
28+
2729
```sh
2830
node startDev.js
31+
# Navigate to http://localhost:3000/dev.html
2932
```

examples/example.template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ <h4>Session</h4>
193193
<button class="btn btn-info" onclick="callData()">.data()</button>
194194
<button class="btn btn-info" onclick="callLogout()">Logout</button>
195195
<button class="btn btn-info" onclick="callFirst()">.first()</button>
196+
<
196197
</div>
197198
<h4>Identity</h4>
198199
<div class="group">

0 commit comments

Comments
 (0)