Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 567 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 567 Bytes

mindtree

Declarative mind mapping

Building the Mindtree

Grab latest sources:

git clone https://github.com/skitsanos/mindtree.git

Install dependencies

cd mindtree
npm install

Build

npm run-script build

Writing mind maps

My Project:
- []:
  - name: task1
    notes: Some task notes written here....
  - name: task2
  - name: task3
    []:
      - name: Level 2 task.1
      - name: Level 2 task.2
        []:
        - name: Level 3 task.1
        - name: Level 3 task.2