Requirements Node.js >=18 Development Install project dependencies: pnpm i Provide required environment variables based on the .env.example file. Run the application in the development mode: pnpm run dev Deployment Using providers with SvelteKit support Deploy the application using the provider of your preference with SvelteKit support. Provide required environment variables based on the .env.example file. Self-hosting Set up required environment variables based on the .env.example file. Follow the SvelteKit's node server deployment documentation. Guides Obtaining Spotify client ID and client secret Follow the official documentation.