A minimalistic podcast player that allows to search and stream podcasts from your browser.
This project uses the following open source projects.
Install yarn globally before setup.
git clone https://github.com/VarmaMSP/phenopod.git
cd phenopod
yarn setup
yarn build:dev
Open your browser at: http://localhost:8081
This project uses standard
to maintain code style and consistency.
yarn test
runs standard
automatically.