No description
Find a file
Cameron Redmore 214982649f
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m25s
Add Docker support and implement Bun for dependency management
- Introduced .dockerignore to exclude unnecessary files from Docker context.
- Updated Dockerfile to use Bun for building and running the application.
- Removed entrypoint.sh as it is no longer needed.
- Modified build-and-dockerise.yml to set up Bun and install dependencies.
- Enhanced index.html with improved structure and hover effects.
- Updated client.ts to include tooltips for music display.
- Implemented caching in server.ts for Last.fm data.
- Added custom styles for hover effects and tooltips in style.css.
2025-08-08 11:18:39 +01:00
.forgejo/workflows Add Docker support and implement Bun for dependency management 2025-08-08 11:18:39 +01:00
src Add Docker support and implement Bun for dependency management 2025-08-08 11:18:39 +01:00
.dockerignore Add Docker support and implement Bun for dependency management 2025-08-08 11:18:39 +01:00
.gitignore Fixes to strange bars on mobile, and addition of server which currently powers a new Last.FM-based music tracker. 2025-08-08 09:53:34 +01:00
bun.lock Fixes to strange bars on mobile, and addition of server which currently powers a new Last.FM-based music tracker. 2025-08-08 09:53:34 +01:00
Dockerfile Add Docker support and implement Bun for dependency management 2025-08-08 11:18:39 +01:00
index.html Add Docker support and implement Bun for dependency management 2025-08-08 11:18:39 +01:00
package.json Add Docker support and implement Bun for dependency management 2025-08-08 11:18:39 +01:00
pnpm-workspace.yaml Intial commit. 2025-08-07 23:35:10 +01:00
vite.config.js Intial commit. 2025-08-07 23:35:10 +01:00