Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 389 Bytes

Youtube Devfest Thumbnails

Generate youtube thumbnails

  1. Clone the repository
  2. Install & start web server
npm install
npm run build // build the data
npm start
  1. Install & execute make-screenshots script to generate screenshots
cd make-screenshots
npm install
mkdir screenshots
npm start

🎉 All screenshots are generated into make-screenshots/screenshots