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.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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/`.
|
||||
Reference in New Issue
Block a user