Build the website using Nix:
nix run .#deploy
The files are placed in ./public
.
The development server compiles the pages, hot reloads them on any changes and serves the files locally using hunchentoot. You can run just the server using Nix:
nix run
Or simply load the ASDF system in the REPL and run:
(site:start)