A web application for drawing cards from Hallelujah The Hills' DECK project to create custom audio tarot readings.
- Draw up to 13 cards from a 54-card deck (52 standard cards + 2 jokers)
- Each card corresponds to a unique song from the DECK albums
- Direct links to streaming platforms: Apple Music, Bandcamp, Spotify, YouTube Music
- Save and share your "pulls" via URL
- Vue 3 single page application
- End-to-end testing with Playwright
- Static site deployed to Netlify
- No backend required - all data stored locally in browser
- Mobile-first responsive design
This project uses the Netlify CLI for local development and deployment.
Install dependencies:
npm install
npx playwright installStart local development server:
netlify devRun E2E tests:
npx playwright testDeploy preview:
netlify deployDeploy to production:
netlify deploy --prodWe love you. Good luck.