Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 236 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 236 Bytes

PatchyVideo Node.js Service

Node.js Service for PatchyVideo

Usage

pnpm i
pnpm build
node .

This repo is also ready for Docker.

docker build -t pvnode .
docker run -d --name pvnode -p 3000:3000 pvnode