From f213a450a510fdada99e86edca235fed8eade065 Mon Sep 17 00:00:00 2001 From: ippa Date: Sun, 10 Aug 2014 10:58:54 +0200 Subject: [PATCH] document new gulpfile build/test --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index eb2b3fd..770e6ab 100644 --- a/README.rdoc +++ b/README.rdoc @@ -18,6 +18,10 @@ Jaws also: - Often does object literals as arguments for readabillity (ie. new Sprite({image: "player.png", x: 100, y: 100}) - Builds on lessons learned from years of developing http://github.com/ippa/chingu (Ruby game lib) +== Local build / test +```npm install``` +```npm test``` + == Learn more - {http://jawsjs.com/docs/index.html}[http://jawsjs.com/docs/index.html] - Jaws documentation - {http://jawsjs.com/}[http://jawsjs.com/] - Official Jaws homepage. Overview and design choices.