Provides visualizations of Onyx jobs. Currently used in onyx-dashboard.
lein figwheel
and then go to
http://localhost:3449/cards.html
Before do PR, ensure to test code in production mode by:
# in another tab
rm -f resources/public/js/compiled/onyx_viz.js && \
lein cljsbuild once prod
and go to
http://localhost:3449/index.html
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close