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