Skip to content

zen-lang/zendoc

Folders and files

NameName
Last commit message
Last commit date
Jun 20, 2023
Oct 30, 2023
Aug 20, 2023
Mar 25, 2024
Aug 30, 2023
Aug 11, 2023
Mar 25, 2024
Aug 4, 2023
Aug 7, 2023
Nov 8, 2023
Sep 18, 2023
Nov 8, 2023
Aug 16, 2023

Repository files navigation

zendoc

Semantic knowledge base

Setup

pre

mac

  1. install java 8+
  2. install git (for cloud editors)
  • set merge strategy for the repo:
git config pull.rebase false
  • set git email and username (for cloud editors)
git config user.name "editor name"
git config user.email "[email protected]"
  1. clone this repo
  2. get brew package manager
  3. install clojure with brew
brew install clojure/tools/clojure

run with clojure cli

clojure -M:run

run with clojure repl

clojure -M:nrepl
  • start zd with (zd.core/start nil false)

run as java jar

getting started

Open http://localhost:4444