njaremko / nix-cl-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This aims to provide a template to run common lisp under nix

ALIVE should "just work" in VS Code if you have nix and direnv installed, and you install the VS Code recommended extensions.

How do I start the server?

run-dev or repl + (cave:start :server :woo :port 8080)

CSS?

Tailwindcss is available, and running watch-css or build-css will build the relevant CSS file

How do I run tests?

run-tests or nix flake check

How do I hot-reload my changes to a file in VS Code?

Right click, and select Alive: Load file into REPL (or press the shortcut beside it)

How do I hot-reload my changes in the repl?

The following reloads the whole project:

(asdf:load-system :cave :force t)

About


Languages

Language:Common Lisp 58.7%Language:Nix 19.0%Language:HTML 14.1%Language:Shell 4.2%Language:JavaScript 3.5%Language:CSS 0.5%