27 lines
327 B
Markdown
27 lines
327 B
Markdown
# Status Podcasts
|
|
|
|
The Podcast broadcasting website for the Status community
|
|
---
|
|
|
|
Support RSS to play podcasts
|
|
|
|
### 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
|
|
```
|