Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidion/opus-classical-svelte
Catalogue for streaming of classical music
https://github.com/droidion/opus-classical-svelte
Last synced: 23 days ago
JSON representation
Catalogue for streaming of classical music
- Host: GitHub
- URL: https://github.com/droidion/opus-classical-svelte
- Owner: Droidion
- Created: 2024-08-21T20:37:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:45:02.000Z (about 2 months ago)
- Last Synced: 2024-09-18T11:53:06.245Z (about 2 months ago)
- Language: Svelte
- Homepage: https://opusclassical.net
- Size: 651 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opus Classical
With TypeScript, Svelte, and Bun.
[![CI](https://github.com/Droidion/opus-classical-svelte/actions/workflows/ci.yml/badge.svg)](https://github.com/Droidion/opus-classical-svelte/actions/workflows/ci.yml)
## Run dev
- Have [Bun](https://bun.sh/) installed.
- Have [Taskfile](https://taskfile.dev/) installed.
- Create `.env` file with variables:
- `DATABASE_URL` - PostgreSQL connection string.
- `PUBLIC_IMAGES_URL` - URL to images.
- `PUBLIC_SENTRY_DSN` - Sentry DSN.
- `$ bun i`.
- `$ task dev`.## Run prod
- Provide same variables as for dev.
- `$ bun i`.
- `$ bun run build`.
- `$ bun ./build/index.js`.## Tests
- `$ bun test`.