Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrrnld/safari-sounds
https://github.com/rrrnld/safari-sounds
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rrrnld/safari-sounds
- Owner: rrrnld
- Created: 2018-11-24T19:29:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T17:04:48.000Z (about 6 years ago)
- Last Synced: 2024-11-06T06:42:44.577Z (3 months ago)
- Language: Clojure
- Size: 550 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Safari Sounds
This is an investigation of messed up audio handling in safari that I noticed while working on [airsonic-ui](https://github.com/heyarne/airsonic-ui).
## Development
Run the following after installing dependencies via `npm install`:
```
npx shadow-cljs watch app
```This will start shadow-cljs, watch for changes, and serve everything on `localhost:8080`.