Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidion/opus-classical-csharp
Catalogue for classical music
https://github.com/droidion/opus-classical-csharp
blazor tailwind
Last synced: 23 days ago
JSON representation
Catalogue for classical music
- Host: GitHub
- URL: https://github.com/droidion/opus-classical-csharp
- Owner: Droidion
- Created: 2024-08-14T12:21:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:48:46.000Z (3 months ago)
- Last Synced: 2024-10-14T05:21:47.427Z (23 days ago)
- Topics: blazor, tailwind
- Language: HTML
- Homepage: https://opus-classical-csharp.onrender.com/
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opus Classical
Now in C#.
[![CI](https://github.com/Droidion/opus-classical-csharp/actions/workflows/ci.yml/badge.svg)](https://github.com/Droidion/opus-classical-csharp/actions/workflows/ci.yml)
## Requirements
- [.NET 9](https://dotnet.microsoft.com/en-us/download) (because of better support for Websockets in Blazor.
- [Task](https://taskfile.dev/) for task running. Optionally, can run tasks from `Taskfile.yml` manually.
- [Tailwind](https://tailwindcss.com/docs/installation) globally available.## Run in dev mode
- Work with `OpusClassical` project.
- Create `OpusClassical/.env` file with variables:
- DATABASE_CONNECTION_STRING=Your_postgres_connection_string
- SUPABASE_URL=secret
- SUPABASE_KEY=secret
- `$ task dev` for running dev server.