This repository contains a Spotify App using SvelteKit
First cloning this repository, run npm install
and install all the dependencies.
Then create a spotify app id and app secret in in your Spotify Developer Account and grab an App ID and an App Secret.
After this, create a .env
file in the root folder based on the .env.example
Start a development server by running:
npm run dev