Document luminus example
This commit is contained in:
parent
f10870268e
commit
f700c814ca
|
@ -4,6 +4,10 @@ The [Small Clojure Interpreter](https://github.com/borkdude/sci) exposed for usa
|
|||
|
||||
See [Github pages](https://borkdude.github.io/scittle) for usage.
|
||||
|
||||
See
|
||||
[babashka-scittle-guestbook](https://github.com/kloimhardt/babashka-scittle-guestbook)
|
||||
for a minimal full stack web application.
|
||||
|
||||
## Tasks
|
||||
|
||||
Run `bb tasks` to see all available tasks:
|
||||
|
|
|
@ -128,6 +128,10 @@
|
|||
<ul>
|
||||
<li><a href="tictactoe.html">Tic-tac-toe</a></li>
|
||||
<li><a href="bookmarklet.html">Bookmarklet</a></li>
|
||||
<li>
|
||||
<a href="https://github.com/kloimhardt/babashka-scittle-guestbook">
|
||||
Babashka + scittle implementation of the Luminus guestbook.
|
||||
</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue