Fills in the collection JSON template. Copy the generated JSON and add it to data/collection.json in your GitHub repository under the "records" array.
✓ JSON generated below — copy and add to data/collection.json
Export Session Data
Listening and cleaning sessions are stored in your browser's local storage. Export this data periodically and update your data/collection.json on GitHub to ensure sessions are saved permanently and accessible across devices.
GitHub Pages Setup
One-time setup:
1. Go to github.com/jkjt14 and create a new repository named vinyl-collection
2. Upload all files from this project (index.html, record.html, admin.html, data/ folder)
3. Go to Settings → Pages → Source: Deploy from branch → main → / (root)
4. Your site will be live at: https://jkjt14.github.io/vinyl-collection
Adding sessions permanently:
Export sessions from above → copy the JSON → update the corresponding records in data/collection.json on GitHub → commit.
Custom domain:
Settings → Pages → Custom domain → add your domain → add a CNAME record at your DNS provider pointing to jkjt14.github.io