An open API service indexing awesome lists of open source software.

https://github.com/netpyoung/cljpyoung.landoflisp

👽 Land of Lisp for Clojure
https://github.com/netpyoung/cljpyoung.landoflisp

clojure clojurescript landoflisp lisp svg

Last synced: 8 months ago
JSON representation

👽 Land of Lisp for Clojure

Awesome Lists containing this project

README

          

# cljpyoung.landoflisp

- use [bun](https://bun.sh/)

``` sh
$ bun run watch
npx shadow-cljs watch app

$ bun run clean
rimraf resources/public/js

$ bun run build
npm run clean && npx shadow-cljs release :app
```