status-media/README.md

27 lines
327 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-01-30 14:30:11 +00:00
Support RSS to play podcasts
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
```