This is a simple project that makes use of Remotion, a React framework for creating videos programmatically. It takes any project published on my portfolio and renders a video of the project.
yarn
yarn start
First, pick the project index in src/Video.tsx
and then run:
By default it will render my most recent project.
Desktop
yarn run buildDesktop
Mobile
yarn run buildMobile
Mobile rendering has some buggy alignment at the moment