|
|
|
|
|
by maehwasu
2299 days ago
|
|
Awesome. To put my own money when my mouth is, here is the bash script to start up a nREPL server in Docker:
https://pastebin.com/PPmfDPyA Here is the Dockerfile:
https://pastebin.com/ymcUFdYT And here is a sample deps.edn with the cider alias:
https://pastebin.com/2a7vSFD7 To run this, you'd just put them all in one directory, run cider-up.sh, and then connect to the REPL with Cider in EMACS, or in Calva for VSCode with "Jack in to or Connect to REPL Server" and then "localhost" "4444" |
|