From 8743e00b623fc96f0fbe3fe2adf63ae301969c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Jureti=C4=87?= Date: Thu, 31 Oct 2013 22:07:19 -0300 Subject: [PATCH] show how to run tests in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fcc3045096..0f7fdb7185 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Shared resources useful for the multiple HabitRPG repositories, that way all the * `algos.score(user, task, direction)`, etc * TODO document all the functions +##Tests +* `npm install` + ##CSS Shared CSS between the website and the mobile app is a fuzzy area. Spritesheets definitely go in habitrpg-shared (since mobile uses them too). Other things, like customizer buttons, *may* want to go here? As you find sharable components, (1) move them