mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
790 B
790 B
albert.lol
- Framework: Next.js
- Deployment: Cloudflare Pages
- Styling: Tailwind CSS
- Analytics: Umami
- Spotify: spotify-ws
Spotify integration
- Refer to this gist for guidance
- Deploy spotify-ws
- Set the correct WSS address in your
.env
.
NEXT_PUBLIC_SPOTIFY_WS=wss://example.com
Running Locally
git clone https://github.com/skidoodle/albert.lol
cd albert.lol
pnpm install
pnpm dev