Run npm install
to download dependencies.
Run lein demo
to run the demo app.
Run lein embed
to see how to embed pinkie ui components in ordinary html pages.
Note that dependencies are declared twice - in shadow-cljs.edn and project.clj
If there are problems in using vega with errors to "buffer" then do this in your project:
npm install shadow-cljs --save
thheller: both buffer and process are polyfills packages that shadow-cljs will provide ... the npm package is mostly the for CLI stuff but also brings in some extra npm packages the compiler is from the CLJ dependency you have in project.clj. the npm stuff never does any actual compilation, just runs the java process
Can you improve this documentation? These fine people already did:
awb99 & Andreas SteffanEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close