mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
✨ My portfolio built with Next.js, Tailwind CSS and Vercel.
|
||
---|---|---|
public | ||
src/app | ||
.eslintrc.json | ||
.gitignore | ||
biome.json | ||
license | ||
next.config.ts | ||
package-lock.json | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.mjs | ||
readme.md | ||
tailwind.config.ts | ||
tailwindcss.d.ts | ||
tsconfig.json |
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