summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 0159798346daf0dea2764b04fcfa3950fbce2c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
README
======


CoffeeScript
------------
To install the nodejs dependencies run ::

        make deps

inside the **coffee/** directory.

To compile and run all unittests run::

    make

inside the **coffee/** directory.