# Clone the repo
git clone [email protected]:jbrown1618/spotify-stats.git
cd spotify-stats
script/setup
# Edit .env to include your Spotify credentials and desired output path
python ./main.py
# Exit the virtual environment
deactivate
script/server
And navigate to http://localhost:5000
In two separate terminals, run:
script/server
script/client-dev
And navigate to http://localhost:5173