Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick11514/streamdeck
https://github.com/patrick11514/streamdeck
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick11514/streamdeck
- Owner: patrick11514
- Created: 2024-03-06T07:52:56.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-14T16:02:20.000Z (10 months ago)
- Last Synced: 2024-03-14T17:37:08.953Z (10 months ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```