Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick11514/birthdaystreamschedule
https://github.com/patrick11514/birthdaystreamschedule
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick11514/birthdaystreamschedule
- Owner: patrick11514
- Created: 2023-04-02T15:55:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T22:35:41.000Z (9 months ago)
- Last Synced: 2024-11-24T12:13:36.411Z (2 months ago)
- Language: CSS
- Size: 79.1 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
```