Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 613 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 613 Bytes

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.