Skip to content

haykkh/what-the-playlist

Repository files navigation

what the playlist

Ever hear a song for the first time in years and remember that one playlist you made 4 years ago but think to yourself what the #$!% was the name of that playlist?.

what the playlist looks through your created and followed playlists to find the one with that song/album/artist you just can't get out of your head.

Setup

Make sure to install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview