注册
登录
IOS
>>
mixtapes
>>
返回
项目作者:
bartosjiri
项目描述 :
Spotify mixtapes & playlists showcase
高级语言:
JavaScript
项目主页:
https://mixtapes.bartosjiri.com
项目地址:
git://github.com/bartosjiri/mixtapes.git
创建时间:
2020-07-17T08:15:27Z
项目社区:
https://github.com/bartosjiri/mixtapes
开源协议:
下载
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
.