status-media/README.md

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

  1. Clone the repo
git clone https://github.com/status-im/status-media.git
  1. Install dependencies
yarn install
  1. Start up the development server
yarn run dev

#visit http://localhost:1234/
  1. Build
yarn run build