项目作者: bartosjiri

项目描述 :
Spotify mixtapes & playlists showcase
高级语言: JavaScript
项目地址: git://github.com/bartosjiri/mixtapes.git
创建时间: 2020-07-17T08:15:27Z
项目社区:https://github.com/bartosjiri/mixtapes

开源协议:

下载



Repository logo

Requirements

Development

  1. Install project dependencies:
    1. pnpm i
  2. Provide required environment variables based on the .env.example file.
  3. Run the application in the development mode:
    1. 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