Find your music match according to your Spotify listenings.
Download Node.js. Run this followed commands :
# Go to ./server folder
cd ./server
# Install dependencies (only the first time)
npm i
# Run the local server at localhost:8081
npm run dev
# Build for production in the dist/ directory
npm run build
#Go to ./front folder
cd ./front
# Install dependencies (only the first time)
npm i
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build