Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 676 Bytes

Taylor’s Version

Find and replace Taylor Swift’s stolen songs in your Spotify playlists using a simple web app.

Built with 🩵, Spotify Web API SDK, Preact, and Tailwind CSS.

Getting started

This project uses Vite.

To get up and running, npm install and copy .env.template to .env.local, filling in at least VITE_SPOTIFY_* for authorization with Spotify.

The following commands are available:

  • npm run dev: Vite on localhost:3000
  • npm run build: Production build to dist/
  • npm run preview: Preview the production build