Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1ru4l/character-overlay

Web App for adding an OBS overlay with character information such as name, picture, and health for your favorite role-playing game.
https://github.com/n1ru4l/character-overlay

create-react-app create-react-app-typescript dnd dnd5e dsa5 graphql graphql-client graphql-live-query graphql-server hacktoberfest hacktoberfest-accepted obs obs-studio react typescript

Last synced: 15 days ago
JSON representation

Web App for adding an OBS overlay with character information such as name, picture, and health for your favorite role-playing game.

Awesome Lists containing this project

README

        

# Character Overlay

Add a character overlay for you video stream without hassle.

```bash
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

```bash
yarn build:docker
```