frozar / mikado-graph

Prototype of mikado-graph
https://frozar.github.io/mikado-graph
MIT License
1 stars 1 forks source link

Mikado graph

CircleCI

This project aims to implement an interactive version of the of the mikado graph used by the mikado method.

This project has been generated by:

npx create-cljs-project mikado_graph

Compilation

To compile the project:

shadow-cljs watch app

Optional development tools

It's also possible to run nREPL since the server is already started:

shadow-cljs cljs-repl app

Or, as usual during development, use cider inside emacs:

M-x "cider-jack-in-clj&cljs"

Usage

Once the server is launched, the application is available at http://localhost:8080/.

Test

Thes tests are launched through Karma. To compile and launch them:

npm i -g karma-cli
shadow-cljs watch ci && karma start