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.
28 lines
305 B
Markdown
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/`.
|