summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 487ca6104d4bae807d0e60fbf0d097f46881088d (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.