Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guidevloper/nullstack-obs-overlay

Simple tasks overlay I use on Twitch
https://github.com/guidevloper/nullstack-obs-overlay

Last synced: 10 days ago
JSON representation

Simple tasks overlay I use on Twitch

Awesome Lists containing this project

README

        

# Null Overlay

Nullstack

## 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)