summaryrefslogtreecommitdiff
path: root/README.md
blob: 3bc04c88f72a2d5ddbeb3df32d54c4455ebf24dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bogenherr

`bogenherr` is the public-facing business storefront website for
Carlos Konstanski's Violin and Viola Studio in Pocatello ID.

`bogenherr` is written in Lisp. The server-side is written in SBCL
while the client-side is written in ClojureScript. Additionally the
client-side uses React.js via the Reagent library.

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.