Awesome
This repo contains a few minimal examples of projects configured with Dynadoc.
- To run
basic-boot-clj
orbasic-boot-cljs
, go into the their folders and doboot run-docs
- To run
basic-deps-clj
orbasic-deps-cljs
, go into their folders and doclj -M:docs
- To run
basic-lein-clj
, go into its folder and dolein dynadoc --port 5000
- To run
basic-lein-cljs
, go into its folder and dolein cljsbuild once prod && lein dynadoc --port 5000
(you can also runlein figwheel dev
in a separate terminal for live-reloading)
Here is a static page generated by one of these example projects: