Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 451 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 451 Bytes

clojk

lein figwheel devcards dev

open http://localhost:3449/cards.html or open http://localhost:3449/index.html

build css

see https://github.com/tuhlmann/lein-sass

brew install sassc
lein sass once

watch changes:

lein sass auto

build docs (gh-pages)

lein build-docs
cp resources/public/css/clojk_style.css docs/css/clojk_style.css 

check the build locally

env PORT=8080 ./bin/serve-docs