https://github.com/guidevloper/nullstack-obs-overlay
Simple tasks overlay I use on Twitch
https://github.com/guidevloper/nullstack-obs-overlay
Last synced: over 1 year ago
JSON representation
Simple tasks overlay I use on Twitch
- Host: GitHub
- URL: https://github.com/guidevloper/nullstack-obs-overlay
- Owner: GuiDevloper
- Created: 2023-08-24T12:27:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T16:49:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T06:27:13.088Z (over 1 year ago)
- Language: TypeScript
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Null Overlay

## How to run this Project
Install the dependencies:
`npm install`
Copy the environment sample to a .env file
```sh
NULLSTACK_PROJECT_NAME="[dev] Null Overlay"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="3000"
```
Run the app in development mode:
`npm start`
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Learn more about Nullstack
[Read the documentation](https://nullstack.app/documentation)