Spotify Ranker sorts tracks from the spotify API by an audio feature.
To run the dev server:
cd app
npm install
npm run dev
cd app
npm run build
The build results will be in dist/
.
The backend is a python module. Ensure that the CLIENT_ID
and CLIENT_SECRET
environment variables are set properly and run python server
.