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.
- Host: GitHub
- URL: https://github.com/formsandlines/aoc2024-clojure
- Owner: formsandlines
- Created: 2024-12-02T01:49:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T19:54:28.000Z (5 months ago)
- Last Synced: 2025-03-15T00:48:01.011Z (about 2 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.