mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
app router
This commit is contained in:
commit
156764768d
27 changed files with 10813 additions and 0 deletions
30
readme.md
Normal file
30
readme.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue