Install dependencies
pnpm install-
Specify the date of the meetup in scripts/getData.js
const meetupDate = '2024-06-22'; // Change this date to the desired meetup date
-
Run the script to extract the meetup data to
latest_meetup_details.jsonpnpm run data
latest_meetup_details.template.jsonis a template file that contains the structure of the data that will be extracted from the meetup page. -
Optional - Add
speakerJobtolatest_meetup_details.jsonto display the speaker's job title.{ "speakerName": "Sandeep Ramgolam", "speakerGitHub": "MrSunshyne", "sessionTitle": "Open Discussions", "speakerJob": "Senior Frontend Engineer" },If
speakerJobis not provided, it will not be displayed in the video. -
Important - Add a
sponsor.pngtopublicfor the sponsor logo. -
Optional - Change
audio.mp3inpublicto your desired audio file, keeping the file name the same. -
Start remotion
pnpm run start
-
Render the video
Click Render in
remotion studio
