Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 261 Bytes

dev.md

File metadata and controls

16 lines (11 loc) · 261 Bytes

Dev notes

To update web demo, run the following from the root dir:

# clean first
rm -rf .shadow-cljs/builds/
clojure -M:shadow-cljs release app

This will write the js file to public/js/main.js.

cp public/js/main.js docs/js/main.js