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 f72a214 commit 19966eaCopy full SHA for 19966ea
README.md
@@ -24,6 +24,9 @@ for full details.
24
- [Web Full Reference]
25
26
# Running locally
27
+Download node 18 (if not using nix)
28
+
29
```sh
30
node startDev.js
31
+# Navigate to http://localhost:3000/dev.html
32
```
examples/example.template.html
@@ -193,6 +193,7 @@ <h4>Session</h4>
193
<button class="btn btn-info" onclick="callData()">.data()</button>
194
<button class="btn btn-info" onclick="callLogout()">Logout</button>
195
<button class="btn btn-info" onclick="callFirst()">.first()</button>
196
+ <
197
</div>
198
<h4>Identity</h4>
199
<div class="group">
0 commit comments