This document contains development setup details that are too specific for the main README.
DanNet uses React 17 (required by Rum):
npm init -y
npm install react@17 react-dom@17 create-react-class@17The project has experimental support for clojure-mcp, an MCP server for AI-assisted Clojure development.
When integrating with clojure-mcp, start an external nREPL on localhost:7888:
clojure -M:nreplYou can then connect to this REPL from your editor (e.g., IntelliJ IDEA) and share it with the LLM.
See mcp-stuff for documentation, including LLM_CODE_STYLE.md and example config.edn files.