status-media/README.md

37 lines
484 B
Markdown
Raw Normal View History

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