Skip to content

jlgeering/clojk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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