Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/n1ru4l/character-overlay
- Owner: n1ru4l
- Created: 2020-10-26T17:41:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T11:17:58.000Z (4 months ago)
- Last Synced: 2024-10-18T17:17:28.002Z (3 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://character-overlay.n1ru4l.cloud
- Size: 4.96 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```