status-media/README.md

35 lines
453 B
Markdown
Raw Normal View History

2020-01-27 15:58:24 +00:00
# Status Podcasts
2020-01-18 14:45:37 +00:00
2020-01-27 15:58:24 +00:00
The Podcast broadcasting website for the Status community
---
2020-02-01 08:04:28 +00:00
Support RSS to play Status community podcasts
Demo website: http://jinhojang.s3-website.ap-northeast-2.amazonaws.com/
2020-01-27 15:58:24 +00:00
### Installation
1. Clone the repo
```sh
2020-01-28 16:15:30 +00:00
git clone https://github.com/jinhojang6/status-podcast.git
2020-01-27 15:58:24 +00:00
```
2. Install dependencies
```sh
yarn install
```
2. Start up the development server
```sh
yarn run dev
```
2020-01-30 15:40:23 +00:00
2. Build
```sh
yarn run build
2020-02-01 08:04:28 +00:00
```