npm i
You need to create a Spotify app here and a JSON configuration file in config
folder named spotify.auth.json
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
To run the dev version
npm run dev
To build the app
npm run build