status-media/README.md

46 lines
1.4 KiB
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-21 18:10:12 +00:00
Website: https://media.statusnetwork.com/
2020-02-01 08:04:28 +00:00
Support RSS to play Status community podcasts
2020-04-12 11:47:35 +00:00
<a href='https://media.statusnetwork.com/'><img src='https://lh3.googleusercontent.com/Cpd50ZX_wAtLUJ5NSM2XAi4OVCJAElz8XLSZpgFXEXhxW4DCW95Ev39YRl1YXrL7OWrr3Vzb4wOcPX3o2D-K0ddPYydOFqcDGvyncGbDMjzPtHGc-SC7LlnYgRNoiEnQ2cpcax-WXA=w2400' /></a>
2020-02-21 18:10:12 +00:00
2020-04-12 11:47:35 +00:00
<a href='https://media.statusnetwork.com/#/featured'><img src='https://lh3.googleusercontent.com/IaHhz_LWBJc-XWglB9r1RGJ1CwnVzD-lBiKGZ9OyqJPZLJq84elLXJk5vjN_X8OVv08ZDreKHJgo8Yq7vGUMZKqiGP4F39lnUPW1E1uJXwZS6EnIFVPVq5ofxEd3tNPaK9f0-SRD5g=w2400' /></a>
2020-02-21 18:10:12 +00:00
2020-04-12 11:47:35 +00:00
<a href='https://media.statusnetwork.com/#/townhall'><img src='https://lh3.googleusercontent.com/2IUv0yjCGEZQ_6XCFBFkM2bhdqW_w0IOjs-F_WREXCYbQpPlTAMVSyGEurPKT6HNjGh8T0H-KKhPd4OB8WpqGDblmY77xPbzMZWpMCodjI3tNVGTaOm-Kl0gcuoXkOE85DtVxWOx-w=w2400' /></a>
2020-02-21 18:10:12 +00:00
2020-04-12 11:47:35 +00:00
<a href='https://media.statusnetwork.com/#/featured'><img src='https://lh3.googleusercontent.com/9tNHZekpgp288KYFW68Vyjvf838vIBhwG8RupDz97dzfBJYnQsniojD8m2wC4WAjsFN6Wf3gztwpjm61KKB_iJKLPjQw4TJBbDr25UytnyoBWNxezT1ZBbs0ngC4Bsr7AEuAPyPamg=w2400' width='300px'/></a>
2020-02-21 18:10:12 +00:00
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
```
3. Start up the development server
2020-01-27 15:58:24 +00:00
```sh
yarn run dev
2020-02-02 12:37:05 +00:00
#visit http://localhost:1234/
2020-01-27 15:58:24 +00:00
```
2020-01-30 15:40:23 +00:00
4. Build
2020-01-30 15:40:23 +00:00
```sh
yarn run build
2020-02-01 08:04:28 +00:00
```