Dmitry Baranovskiy 2013-10-22 11:00:51 -07:00
commit 954aabd172
1 changed files with 6 additions and 6 deletions

View File

@ -1,25 +1,25 @@
[Snap.svg](http://snapsvg.io) [Snap.svg](http://snapsvg.io)
====== ======
A JavaScript SVG library for the modern web A JavaScript SVG library for the modern web. Learn more at [snapsvg.io](http://snapsvg.io).
API Reference is in `dist/reference.html` API Reference is in `dist/reference.html`.
### Building ### Building
Snap.svg uses [Grunt](http://gruntjs.com/) to build Snap.svg uses [Grunt](http://gruntjs.com/) to build.
* Open the terminal from the Snap.svg directory * Open the terminal from the Snap.svg directory:
cd Snap.svg cd Snap.svg
* Install its command line interface (CLI) globally * Install its command line interface (CLI) globally:
npm install -g grunt-cli npm install -g grunt-cli
_*You might need to use `sudo npm`, depending on your configuration._ _*You might need to use `sudo npm`, depending on your configuration._
* Install dependencies with npm * Install dependencies with npm:
npm install npm install