summaryrefslogtreecommitdiff
path: root/README.md
blob: 9a06b9d3c97ee3118ec76fc21792fcd5d1b096c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Rhizi
=====

A collaborative editor for organizing, communicating, and analyzing data in graph form.

A.K.A The spreadsheet of tomorrow

Development
===========

To update the css files you need [sass](http://sass-lang.com/)

The build tool is [make](https://www.gnu.org/software/make/)

To rebuild the css files issue make from the top level directory:

 $ make
 
 For dev mode(debbuging, manual file load) use `?debug=1` at end of URL: e.g. 'file://rhizifolder/html.index?debug=1'