A pretty skin for your Spotify playlist.
1) Bootstrap the backend
This will likely be the most annoying step...
If you'd like to run this client locally, you'll need the OAuth server up and running. The backend lives in a sister repo written in Golang and wrapped in Docker. There you'll find instructions on running the server and setting up your Spotify Developer Account.
2. Install deps and run the app
$ yarn install
$ yarn start
$ yarn build