Skip to content

cascadiacollections/podr

Repository files navigation

podr

Node.js CI Netlify Status

A podcast player for the web.

Local development

  1. Git clone the repository gh repo clone cascadiacollections/podr.
  2. Ensure yarn is installed npm i -g yarn
  3. Run yarn install.
  4. Run yarn start to launch the local web server with live reload.