Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.37 KB

FORM Type Maker

A text generator and in-conference intermission screensaver for #FORMSF14.

This project demonstates use of Polymer's implementation of material design, Web Starter Kit, and more.

GIF generation is done using the jsgif library, with some help from FileSaver.js.

Example GIF output:

Requirements

You'll need a few things like gulp, node, and sass. Check out the Set Up Web Starter Kit docs for details.

Building

Just like with the Web Starter Kit, there are a couple ways to build everything:

  • gulp will build a distributable, minified version of everything and put it in the dist folder.
  • gulp serve will start a local webserver and open a web browser.
  • gulp serve:dist will build everything and then serve the dist folder.