Skip to content

Commit

Permalink
feat: 🎸 Stargazers animation completed
Browse files Browse the repository at this point in the history
✅ Closes: #445
  • Loading branch information
yashksaini-coder committed Nov 10, 2024
1 parent d413b36 commit 93582d6
Show file tree
Hide file tree
Showing 19 changed files with 7,069 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stargazers/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@remotion",
}
7 changes: 7 additions & 0 deletions stargazers/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
dist
.DS_Store
todo.md
.env

build
5 changes: 5 additions & 0 deletions stargazers/.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 93582d6

Please sign in to comment.