/flurry_2016

Pitch's 2016 holiday card project

Primary LanguageJavaScript

Flurry

Source code for our holiday cards and associated website.

You can read more in our blog post or check out the website here http://pitchinteractive.com/flurry2016/. You can export the svg files for AxiDraw here.

Development

Setup

After cloning the repository, run:

npm i

Running

Run

npm start

Then access http://localhost:8000/.

Deploying

To generate deployable assets, run:

npm run build

They will be written to dist/.

Dependencies

JavaScript is written in ES2015 using Babel. Styles are written in SASS. All assets are preprocessed with webpack.

License

This software is distributed under the ISC license.