Skip to content

mayank99/riffs

Repository files navigation

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!