Skip to content

Spotify mixtapes & playlists showcase

Notifications You must be signed in to change notification settings

bartosjiri/mixtapes

Repository files navigation

Repository logo

Requirements

Development

  1. Install project dependencies:
    pnpm i
    
  2. Provide required environment variables based on the .env.example file.
  3. Run the application in the development mode:
    pnpm run dev
    

Deployment

Using providers with SvelteKit support

  1. Deploy the application using the provider of your preference with SvelteKit support.
  2. Provide required environment variables based on the .env.example file.

Self-hosting

  1. Set up required environment variables based on the .env.example file.
  2. Follow the SvelteKit's node server deployment documentation.

Guides

Obtaining Spotify client ID and client secret