This project creates a Spotify widget, which can be embedded into your live streams.
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.localTake 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 devOpen http://myapp.local:3000 with your browser to see the result.