Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 352 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 352 Bytes

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.