Playcast is an application for searching and listening to podcasts based on iTunes Search API and RSS feed parsing
Clone the project
git clone https://github.com/yverby/playcast.gitGo to the project directory
cd playcastCopy env variables from .env.example to .env.local file
cp .env.example .env.localInstall dependencies
yarn installStart the project
yarn dev