diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-15 12:16:50 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-15 12:16:50 -0600 |
| commit | b618533180a149562a44a7ac3b8127bcd455ef81 (patch) | |
| tree | a83fd16b74a20158eb24bd3a88bb522676b5243f | |
| parent | 8e6b1ed16a1f11bc3c0e98e3b7abd878e564401e (diff) | |
stuff
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs | 6 |
2 files changed, 13 insertions, 2 deletions
@@ -7,4 +7,11 @@ Carlos Konstanski's Violin and Viola Studio in Pocatello ID. while the client-side is written in ClojureScript. Additionally the client-side uses React.js via the Reagent library. -`bogenherr` is deployed via docker-compose. +Two of the ClojureScript library dependencies are also written by me: + +https://github.com/ckonstanski/org-ckons-cljs.form +https://github.com/ckonstanski/org-ckons-cljs.notifications + +`bogenherr` is deployed to production via docker-compose. For local +development I use the standard Emacs, SLIME and CIDER. The +ClojureScript project is managed with Leiningen-bin. diff --git a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs index ebfac24..f5349b2 100644 --- a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs +++ b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs @@ -226,7 +226,11 @@ [:div {:id "body"}] [:div {:id "footer"} [:hr] - "Carlos Konstanski (970) 294-9708"]]) + "Carlos Konstanski (970) 294-9708" + [:br] + [:a {:href "https://github.com/ckonstanski/bogenherr/tree/master" + :target "_blank"} + "Source code on GitHub"]]]) ;; start the react app |
