Files
songs2vid/website/README.md
T
Atakan Doğan ÖzbanandCursor c8015937f9 Align preview typography with FFmpeg output, add video/song title split, and ship OSS updates.
Separate YouTube video titles from on-video song/artist fields with Pro gating, serve curated fonts and watermark assets for 1:1 preview parity, and include billing/API/docs/deploy stack for self-hosted release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 16:26:19 +02:00

28 lines
305 B
Markdown

# Songs2VID documentation
Docusaurus site for Songs2VID.
## Local development
From the **repo root**:
```bash
npm run docs:dev
```
Or from this folder:
```bash
npm start -- --port 3001
```
Open http://localhost:3001.
## Build
```bash
npm run docs:build
```
Static output is written to `build/`.