https://github.com/eval/notebooks
https://github.com/eval/notebooks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eval/notebooks
- Owner: eval
- Created: 2023-07-25T15:12:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T15:38:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T01:44:31.006Z (5 months ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notebooks
## Usage
Fork & clone this repo, make sure you have [Clojure
installed](https://clojure.org/guides/install_clojure), then 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.Open one of the files there, make a change and save
it. You should then see these changes reflected in the browser.