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.
After cloning the repository, run:
npm i
Run
npm start
Then access http://localhost:8000/
.
To generate deployable assets, run:
npm run build
They will be written to dist/
.
JavaScript is written in ES2015 using Babel. Styles are written in SASS. All assets are preprocessed with webpack.
This software is distributed under the ISC license.