Directory

meme-maker - Vaadin Add-on Directory

A Polymer element to make memes meme-maker - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/ireade/meme-maker](https://github.com//ireade/meme-maker/blob/v1.0.0/README.md) on 2019-05-22 ]** # \ A Polymer element to easily make memes. ## Demo ![demo](https://user-images.githubusercontent.com/8677283/27186368-0b5bbdde-51e0-11e7-8d7b-e171a006600e.png) ```html ``` ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally. ## Viewing Your Element ``` $ polymer serve ``` ## Running Tests ``` $ polymer test ``` Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.