Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 844 Bytes

File metadata and controls

30 lines (18 loc) · 844 Bytes

Contributing to DanNet

This document contains development setup details that are too specific for the main README.

Frontend Dependencies

DanNet uses React 17 (required by Rum):

npm init -y
npm install react@17 react-dom@17 create-react-class@17

AI-Assisted Development with clojure-mcp

The project has experimental support for clojure-mcp, an MCP server for AI-assisted Clojure development.

REPL Setup

When integrating with clojure-mcp, start an external nREPL on localhost:7888:

clojure -M:nrepl

You can then connect to this REPL from your editor (e.g., IntelliJ IDEA) and share it with the LLM.

Configuration

See mcp-stuff for documentation, including LLM_CODE_STYLE.md and example config.edn files.