a web application that transforms your spotify playlists into beautiful rainbow-sorted collections based on album cover colors.
- node.js (lts version)
- pnpm
- spotify developer account
- clone the repository
git clone https://github.com/yourusername/rainbow-playlists.git
cd rainbow-playlists
- install dependencies
pnpm install
- create a
.env.local
file with your spotify api credentials
SPOTIFY_CLIENT_ID=your_client_id
- run the development server
pnpm dev
- open http://localhost:3000 in your browser
pnpm dev
: run development server with turbopackpnpm build
: build for productionpnpm start
: start production serverpnpm format
: format code with biomepnpm check
: check and fix linting issues with biome