app router

This commit is contained in:
skidoodle 2024-10-29 08:48:57 +01:00
commit 156764768d
27 changed files with 10813 additions and 0 deletions

30
readme.md Normal file
View file

@ -0,0 +1,30 @@
# albert.lol
- **Framework**: [Next.js](https://nextjs.org/)
- **Deployment**: [Cloudflare Pages](https://pages.cloudflare.com/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Analytics**: [Umami](https://umami.is/)
- **Spotify**: [spotify-ws](https://github.com/skidoodle/spotify-ws)
## Spotify integration
- Refer to this [gist](https://gist.github.com/skidoodle/9a9dc9c8802434f7fc0da94ebe4dba18) for guidance
- Deploy [spotify-ws](https://github.com/skidoodle/spotify-ws)
- Set the correct WSS address in your `.env`.
```sh
NEXT_PUBLIC_SPOTIFY_WS=wss://example.com
```
## Running Locally
```bash
git clone https://github.com/skidoodle/albert.lol
cd albert.lol
pnpm install
pnpm dev
```
## License
[GPL-3.0](https://github.com/skidoodle/albert.lol/blob/master/license)