Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 620 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 620 Bytes

Stencilbot

Stencilbot is a project that aims to help with the repetitive task of creating social media preview images, i.e. twitter:image, og:image, youtube video thumbnails, blog header images, etc.

Often those images are following some pattern, e.g.

The same background, different text:

arkency twitter wall

The same background, different title and subtitle:

traversy media MERN course

Development

npm install
npx lerna bootstrap

npm run dev # local dev server, go to localhost:3000
npm run test