Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 650 Bytes

Good Vibes Only

A pretty skin for your Spotify playlist.

Getting Started

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

Generating a Prod Build

$ yarn build