Skip to content

Nils0xFF/spotify-widget

Repository files navigation

This project creates a Spotify widget, which can be embedded into your live streams.

Getting Started

Add the following to your /etc/hosts file:

127.0.0.1 myapp.local

Generate a new key and certificate for your local development server:

mkcert myapp.local

Take a look at the .example.env.local file and create a new file called .env.local with your values.

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://myapp.local:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published