Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidion/opus-classical-ui
Opus Classical UI
https://github.com/droidion/opus-classical-ui
astrojs bun tailwind
Last synced: 23 days ago
JSON representation
Opus Classical UI
- Host: GitHub
- URL: https://github.com/droidion/opus-classical-ui
- Owner: Droidion
- Created: 2023-12-27T07:39:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T08:16:40.000Z (8 months ago)
- Last Synced: 2024-05-30T02:16:50.733Z (5 months ago)
- Topics: astrojs, bun, tailwind
- Language: TypeScript
- Homepage: https://opusclassical.net
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opus Classical UI
## Requirements
- Have Bun installed.
- Have REST API running.
- Work from folder `/ui`.
- Create `.env` file.```dotenv
IMAGES_URL=https://lpgcohwobsgnzsuipjql.supabase.co/storage/v1/object/public/covers
PUBLIC_API_URL=http://localhost:3000
```## Run locally
- `$ bun run dev`.
## Run in Docker
- `$ docker compose up`
## Deploy
- Authenticate to fly.io.
- From monorepo root run `$ make depoly_ui`.