https://github.com/elias-knodel/thatsmyjam
Spotify 3x3 | Serverless Chart & Statistics
https://github.com/elias-knodel/thatsmyjam
client-side-rendering csr spotify-web-api svelte svelte5 svelterunes
Last synced: 7 months ago
JSON representation
Spotify 3x3 | Serverless Chart & Statistics
- Host: GitHub
- URL: https://github.com/elias-knodel/thatsmyjam
- Owner: elias-knodel
- Created: 2024-12-01T18:23:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T21:47:53.000Z (11 months ago)
- Last Synced: 2025-01-29T16:32:05.581Z (9 months ago)
- Topics: client-side-rendering, csr, spotify-web-api, svelte, svelte5, svelterunes
- Language: TypeScript
- Homepage: https://elias-knodel.github.io/thatsmyjam/
- Size: 226 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify 3x3 Generator
Roadmap:
- [ ] Add data privacy info
- [ ] Add "social" (github) links
- [ ] Refine UI Shifting
- [ ] Better jwt / "login" status handling
- [ ] Add function to export to image
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
bun dev --open
```
## Building
To create a production version of your app:
```bash
bun build
```
You can preview the production build with `bun preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.