# Status Podcasts The Podcast broadcasting website for the Status community --- Support RSS to play podcasts ### Installation 1. Clone the repo ```sh git clone https://github.com/jinhojang6/status-podcast.git ``` 2. Install dependencies ```sh yarn install ``` 2. Start up the development server ```sh yarn run dev ``` 2. Build ```sh yarn run build ```