Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexk111/SVG-Circus

Create cool animated SVG spinners, loaders and other looped animations in seconds
https://github.com/alexk111/SVG-Circus

Last synced: 5 days ago
JSON representation

Create cool animated SVG spinners, loaders and other looped animations in seconds

Awesome Lists containing this project

README

        

# SVG Circus

[SVG Circus](http://svgcircus.com) enables you to create cool animated SVG spinners, loaders and other looped animations in seconds.

## Developing

To run a local SVG Circus site, and implement new features/updates, fork/clone this repo and run the following commands (assuming that you have Node, NPM and Bower installed):

```
# Install dependencies
$ npm install
$ bower install

# Start the server on localhost:9000 and open the dev site in the browser.
# It watches for changes, automatically recompiles files and refreshes the browser.
$ gulp -o
```

## License

SVG Circus is an open-source software released under the MIT License.