Skip to content

Commit

Permalink
document new gulpfile build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
ippa committed Aug 10, 2014
1 parent b3b484f commit f213a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rdoc
Expand Up @@ -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.
Expand Down

0 comments on commit f213a45

Please sign in to comment.