/darth10.github.io

Code for darth10.github.io

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

darth10.github.io

To get started:

  1. Install Nix flakes and direnv.

  2. Initialize the public/ submodule.

    git submodule init
    git submodule update
  3. Install all dependencies.

    npm install
    clj -M:deps
  4. 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.