Skip to content

Commit

Permalink
feat: add remotion starter
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Jan 29, 2025
1 parent 776fb66 commit 4187a4d
Show file tree
Hide file tree
Showing 17 changed files with 9,303 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bolt-remotion/.bolt/prompt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
For all designs I ask you to make, have them be beautiful, not cookie cutter. Make webpages that are fully featured and worthy for production.

By default, this template creates Remotion videos using React 18 + TypeScript, with built-in spring animations and interpolation. Use existing components (Title, Subtitle, Logo) with Zod schemas for props. Default video is 1920x1080 @ 30fps.

Use icons from lucide-react for logos.

Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags.
3 changes: 3 additions & 0 deletions bolt-remotion/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@remotion"
}
7 changes: 7 additions & 0 deletions bolt-remotion/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
dist
.DS_Store
.env

# Ignore the output video from Git but not videos you import into src/.
out
5 changes: 5 additions & 0 deletions bolt-remotion/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"useTabs": false,
"bracketSpacing": true,
"tabWidth": 2
}
Loading

0 comments on commit 4187a4d

Please sign in to comment.