From 4d0077d17f11a55a7fdced3292992d569906195d Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Sat, 11 Feb 2017 14:33:58 +0200 Subject: [PATCH] Update README * fix outdated build intructions * improve testing instructions * fix license URL --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 258ea59..a0f1c24 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,32 @@ https://commiteth.com * You will need [Leiningen][1] 2.0 or above installed. -* [SassC][2] libsass command-line compiler is required - [1]: https://github.com/technomancy/leiningen -[2]: http://github.com/sass/sassc ## Running lein run lein figwheel - lein auto sassc once + lein less auto + +## Testing + +### Clojure tests + + lein test + +### ClojureScript tests + + + lein with-profile test phantom test + +### Reagent component devcards + + lein with-profile test figwheel devcards + +Open http://localhost:3449/cards.html + ## License -Licensed under the [Mozilla Public License v2.0](https://github.com/status-im/status-react/blob/develop/LICENSE.md) +Licensed under the [Mozilla Public License v2.0](https://github.com/status-im/commiteth/blob/master/LICENSE.md)