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.json
pnpm run data
latest_meetup_details.template.json
is a template file that contains the structure of the data that will be extracted from the meetup page.
Optional - Add speakerJob
to latest_meetup_details.json
to display the speaker's job title.
{
"speakerName": "Sandeep Ramgolam",
"speakerGitHub": "MrSunshyne",
"sessionTitle": "Open Discussions",
"speakerJob": "Senior Frontend Engineer"
},
If speakerJob
is not provided, it will not be displayed in the video.
Important - Add a sponsor.png
to public
for the sponsor logo.
Optional - Change audio.mp3
in public
to your desired audio file, keeping the file name the same.
Start remotion
pnpm run start
Render the video
Click Render in remotion studio