character-overlay
character-overlay copied to clipboard
Web App for adding an OBS overlay with character information such as name, picture, and health for your favorite role-playing game.
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