Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.38 KB

lmap

Essentially a mind map and a todolist

Build Status codecov

Demo

lmap.allgreed.pl

Getting started

TODO

Limitations

  • Due to our node addressing scheme the app beahviour is undefined when you create a tree with more than 18014398509481983 nodes. Yup, that's 18 quadrillions. Slightly more than the estimate count of live ants on Earth and slightly less than possible Rubik's qube states. Please do create an issue if this becomes a serious problem for you. In that case (and only in that case) we'll be glad to work on our addressing scheme to aliviate the pain

Development

Prerequisites

  • nix
  • direnv (nix-env -i direnv)

Hint: if something doesn't work because of missing package please add the package to default.nix instead of installing on your computer. Why solve the problem for one if you can solve the problem for all? ;)

Setup

make init

Everything else

make help