/cardkit-v2

An SVG rewrite of the cardkit repository

Primary LanguageCSS

CardKit v2

Version 2.0.0-alpha

CardKit (v2) is flexible, SVG image / card creation tool, with simple configuration options, which is easy to extend.

This is a rebuild of the current CardKit, available on GitHub (forked from voxmedia/meme), using Angular JS and SVG (rather than canvas).

Run

  • Clone this repo.
  • Run npm install and bower install.
  • Run grunt serve to run the application.

Build

  • Run grunt build to build the application into the /dist directory.

Push to gh-pages

Use this: https://gist.github.com/cobyism/4730490