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 | ||
.eslintrc.cjs | ||
.eslintrc.json | ||
.gitignore | ||
.prettier.config.js | ||
.prettierrc | ||
license | ||
next.config.js | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
readme.md | ||
tailwind.config.js | ||
tsconfig.json |
albert.lol
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Vercel Analytics
- Spotify: spotify-ws
Spotify integration
- Refer to this gist for guidance
- Deploy spotify-ws
- Set the correct WSS address in the SpotifyCard component.
Running Locally
git clone https://github.com/skidoodle/albert.lol
cd albert.lol
pnpm install
pnpm dev