Skip to content

Commit

Permalink
Document luminus example
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 12, 2021
1 parent f108702 commit f700c81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ <h2><a href="#examples">Examples</a></h2>
<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>
Expand Down

0 comments on commit f700c81

Please sign in to comment.