Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrick11514/streamdeck


https://github.com/patrick11514/streamdeck

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Info

...

## Dev mode

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Build

Building app:

```bash
npm run build
```

Show builded preview: `npm run preview`.
Start builded app using `npm run start` with [Node Adapter](https://kit.svelte.dev/docs/adapter-node) or config command in package.json using your own [Adapter](https://kit.svelte.dev/docs/adapters)

## Example ENV file (.env.example)

```YAML
#webserver config
HOST=0.0.0.0
PORT=5178
ORIGIN=http://localhost:5178
```