Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fildon/beats
https://github.com/fildon/beats
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/beats
- Owner: fildon
- Created: 2024-10-16T13:41:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-19T09:08:14.000Z (about 1 month ago)
- Last Synced: 2024-10-20T00:26:22.443Z (about 1 month ago)
- Language: TypeScript
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beats
Drum tab to synthesizer.
Deployed at [rupertmckay.com](https://rupertmckay.com/beats/)
## Local Development
Audio is driven by local mp3 files.
For local development we must run a webserver to avoid CORS issues. This is resolved by running the provided `startLocal` npm script.
For deployment there is no CORS issue since the files are all served from the same origin.