mirror of
https://github.com/status-im/status-media.git
synced 2025-02-23 08:38:22 +00:00
484 B
484 B
Status Podcasts
The Podcast broadcasting website for the Status community
Support RSS to play Status community podcasts
Demo website: http://jinhojang.s3-website.ap-northeast-2.amazonaws.com/
Installation
- Clone the repo
git clone https://github.com/jinhojang6/status-podcast.git
- Install dependencies
yarn install
- Start up the development server
yarn run dev
#visit http://localhost:1234/
- Build
yarn run build