Cardkit Project

The Oregonian's social media card generator

Installation & usage

  • Clone this repo

  • Install dependencies: $ npm install

  • Run locally: $ npm start

  • Build for distribution: $ npm run dist

Development

All configuration can be found in ./src/configuration/main.js. App logic can be found in ./src/app.js.