Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 532 Bytes

Character Overlay

Add a character overlay for you video stream without hassle.

docker run -p 4000:4000 -v $PWD/.data:/data n1ru4l/character-overlay

Visit http://localhost:4000

Running the App

Development

Available Scripts

yarn codegen

Generate code typings for the GraphQL operations.

yarn server:dev

Start the GraphQL backend, you must run this command first.

yarn dev

Starts the snowpack development server.

Building the docker image

yarn build:docker