Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.19 KB

File metadata and controls

48 lines (36 loc) · 1.19 KB

AuraPod

Test Deploy

AuraPod Screenshot

A client-side podcast player web application built to run entirely in your browser.

⚠️ Under Heavy Development
This project is in active development and is expected to have bugs, particularly related to CORS (Cross-Origin Resource Sharing) issues when fetching podcast feeds.

Try It Out

🔗 Test AuraPod on GitHub Pages

Development

Prerequisites: Node.js

  1. Install dependencies:
    npm install
  2. Run the dev server:
    npm run dev

Testing

  1. Unit tests (Vitest):
    npm run test:unit
  2. Watch mode:
    npm run test:watch
  3. End-to-end tests (Playwright):
    npm run test:e2e

If E2E fails locally due to missing browsers, run:

npx playwright install chromium