Browser based application to make share cards.
- Install Node
- Install dependencies:
npm install - Build-related commands:
- To run the build, a web browser, and to watch for changes, run:
npm run develop- By default the webpage will be at: localhost:3000
- Or to just run the build once:
npm run build
- To run the build, a web browser, and to watch for changes, run:
To S3:
aws s3 sync ./build s3://static.startribune.com/news/tools/strib-card
Lots of inspiration and some code taken from the Seattle Times pullquote.