mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-17 18:11:08 +00:00
Add test instructions to README
This commit is contained in:
parent
8425968f05
commit
e5574a0ab4
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -119,6 +119,21 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print
|
|||
|
||||
$ jscs src
|
||||
|
||||
<h3 id="fabric-building">Testing</h3>
|
||||
|
||||
1. [Install Node.js](https://github.com/joyent/node/wiki/Installation)
|
||||
|
||||
2. [Install NPM, if necessary](https://github.com/npm/npm#super-easy-install)
|
||||
|
||||
3. Install NPM packages
|
||||
|
||||
$ npm install
|
||||
|
||||
4. Run test suite
|
||||
|
||||
$ npm test
|
||||
|
||||
|
||||
### Demos
|
||||
|
||||
- [Demos](http://fabricjs.com/demos/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue