8000 GitHub - bartosjiri/mixtapes: Spotify mixtapes & playlists showcase
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0