Discover new music based in your taste.
Light, Dark, Retro themes aviable.
Install dependencies with yarn
$ yarn
Create a .env
file in the root directory of the project and copy the content of env-sample
; then modify the
environment variables to match your client ID and redirect url for spotify API to work.
$ cp env-sample .env
Run the development server
$ yarn dev