Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 577 Bytes

riffs

Riffs lets you easily clip sections of a song ("riffs").

Give it a try at riffs.run. Search for a song, drag the slider around to select start/end times, then create a clip!

Development

This app is built using remix. Refer to their documentation for more details.

To run this app locally, clone the repo, create a .env file with YOUTUBE_MUSIC_KEY, then run the following commands:

npm install
npm run dev

Open up http://localhost:3000 and you should be ready to go!