# Status Podcasts The Podcast broadcasting website for the Status community --- Website: https://media.statusnetwork.com/ Support RSS to play Status community podcasts ### Installation 1. Clone the repo ```sh git clone https://github.com/status-im/status-media.git ``` 2. Install dependencies ```sh yarn install ``` 3. Start up the development server ```sh yarn run dev #visit http://localhost:1234/ ``` 4. Build ```sh yarn run build ```