Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 931 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 931 Bytes

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.