From aafc58c9e15143dd5239950340579efee5c95979 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 9 Aug 2015 19:38:49 +0300 Subject: initial tests based on karma + jasmine, run with karma start --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f5fb95b2..216ecc92 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ use pip to install all requirements $ pip install flask $ pip install gevent-socketio +Use npm for javascript (client) requirements, currently for development (testing) only, all other external dependencies are part of the repository: + + $ npm install + # Running instructions ## Running Rhizi Locally To run Rhizi locally: @@ -97,6 +101,11 @@ To update the css files you need [sass](http://sass-lang.com/). To rebuild the c For dev mode(debbuging, manual file load) use `?debug=1` at end of URL: e.g. `file://rhizifolder/html.index?debug=1` +Client testing: + + $ npm install + $ karma start + ## Coding Conventions - Ant Scripts - use underscore as delimiter in var name, eg: pkg_foo_bar @@ -194,4 +203,4 @@ rz-doc --list-names creates a new doc called "All Documents" with the contents of all rzdocs in merge.file. ## API(WIP) -[url]/api/rzdoc/[doc-title]/delete \ No newline at end of file +[url]/api/rzdoc/[doc-title]/delete -- cgit v1.3.1