To get started:
-
Install Nix flakes and
direnv
. -
Initialize the
public/
submodule.git submodule init git submodule update
-
Install all dependencies.
npm install clj -M:deps
-
Start the development server by calling
darth10.github.io.server/start-server
.Note that the
serve
command will not recompile assets.
To update Clojure dependencies, run clj -M:outdated
and clj -M:upgrade
.