You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# App Preview Converter
1
+
# 🍎 Ciderpress
2
2
3
-
Convert your videos to the required format for macOS and iOS App Store app previews.
3
+
Press your app preview videos into App Store perfection.
4
4
5
-
**Why this exists:** When uploading MP4 app recordings to Apple's App Store Connect, uploads often fail silently without any indication why. Apple secretly checks for specific video formatting requirements. This tool applies those formats to your video so it can be properly uploaded.
5
+
**Why this exists:** When uploading MP4 app recordings to Apple's App Store Connect, uploads often fail silently without any indication why. Apple secretly checks for specific video formatting requirements. Ciderpress applies those formats to your video so it can be properly uploaded.
6
6
7
7
## Features
8
8
@@ -73,8 +73,8 @@ bun test
73
73
# Run tests with coverage
74
74
bun test:coverage
75
75
76
-
# Lint
77
-
bun lint
76
+
# Lint & format check
77
+
bun run check
78
78
79
79
# Build for production
80
80
bun run build
@@ -87,6 +87,7 @@ bun run build
87
87
-**Styling:** Tailwind CSS
88
88
-**UI Components:** shadcn/ui + Magic UI
89
89
-**Animation:** Motion (Framer Motion)
90
+
-**Linting:** Biome
90
91
-**Testing:** Vitest + React Testing Library
91
92
-**Video Processing:** FFmpeg (server-side)
92
93
@@ -98,9 +99,8 @@ src/
98
99
│ ├── api/convert/ # Video conversion API endpoint
0 commit comments