status-media/README.md

35 lines
453 B
Markdown

# 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
```sh
git clone https://github.com/jinhojang6/status-podcast.git
```
2. Install dependencies
```sh
yarn install
```
2. Start up the development server
```sh
yarn run dev
```
2. Build
```sh
yarn run build
```