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

pasierb/stencilbot

Repository files navigation

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