# 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/`.