status-media/README.md

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

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

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