Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/clovr-music-subscription
https://github.com/nkalupahana/clovr-music-subscription
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkalupahana/clovr-music-subscription
- Owner: nkalupahana
- Created: 2023-09-07T15:43:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T19:12:18.000Z (10 months ago)
- Last Synced: 2024-11-10T01:42:24.574Z (2 months ago)
- Language: TypeScript
- Homepage: https://clovr-music-subscription.vercel.app
- Size: 7.76 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLOVR Music
This is the site for CLOVR music, which allows users to listen to the catalog, and subscribe to allow them to use music from the catalog in their YouTube videos.
## Running
```
npm install
npm run dev # Run dev server
npm run test # Run unit tests
npm run cypress:run # Run E2E tests
```In order to run this project, you'll need to set some environment variables. See `.env.example` for more.