An open API service indexing awesome lists of open source software.

https://github.com/formsandlines/aoc2024-clojure

Attempting Advent of Code 2024 with Clojure and Clerk.
https://github.com/formsandlines/aoc2024-clojure

Last synced: about 2 months ago
JSON representation

Attempting Advent of Code 2024 with Clojure and Clerk.

Awesome Lists containing this project

README

        

# 🎄 Advent of Clerk 2024

[Advent of Code 2024](https://adventofcode.com) with [Clerk](https://clerk.vision).

## Usage

To view the notebooks, run:

``` shell
clj -M:nextjournal/clerk nextjournal.clerk/serve! --watch-paths src --port 7878 --browse
```

This will start the Clerk webserver on port 7878 and watch the `src/`
directory for changes and open Clerk in your browser.