status-media/README.md

46 lines
1.9 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-02-21 18:10:12 +00:00
<a href='https://photos.google.com/share/AF1QipODnMjwMVOcKmTnDYdhhQoKVGVnVRidrAYP1q9yVvkCHSnC8kRbeOkbBrpqpBYjIQ?key=SUV0WjdqanJvWEkxMzhXYTRPWVd4bGt6M2RpMGhn&source=ctrlq.org'><img src='https://lh3.googleusercontent.com/eq7NFpM_gpaSSNoZ8wLpB1ZoyZgIvvboT6HJyB0C4i_eb_6vT6kZdHpn82_9a5B5a4AyZxnvw8A79POgv3JFGt-U2WEOEopt28RYRJv1Mw3YfFcaiPouNxwh1eSbV18TUEs0-Iqp6A=w2400' /></a>
<a href='https://photos.google.com/share/AF1QipMiLAqTDUyiTtGZ7bKSwveCdFnBaHA-vmTcVGLnh5_mtUVaao1EIRRatMmh3s2UTg?key=Vnh4U0R1SGdQQWxjS3hSMFZqcjJUQjRuYXdHTi13&source=ctrlq.org'><img src='https://lh3.googleusercontent.com/IaHhz_LWBJc-XWglB9r1RGJ1CwnVzD-lBiKGZ9OyqJPZLJq84elLXJk5vjN_X8OVv08ZDreKHJgo8Yq7vGUMZKqiGP4F39lnUPW1E1uJXwZS6EnIFVPVq5ofxEd3tNPaK9f0-SRD5g=w2400' /></a>
<a href='https://photos.google.com/share/AF1QipNUDuCbqBgg9sWaJ4UsNe1C2IkbwJJPBuTkvWpWw-X1R39VhvubnOF7bdvBM6D_jw?key=REc0aWdyVUpTNFBTa0tsRXAtTHU1bHNwRFFfX1JR&source=ctrlq.org'><img src='https://lh3.googleusercontent.com/2IUv0yjCGEZQ_6XCFBFkM2bhdqW_w0IOjs-F_WREXCYbQpPlTAMVSyGEurPKT6HNjGh8T0H-KKhPd4OB8WpqGDblmY77xPbzMZWpMCodjI3tNVGTaOm-Kl0gcuoXkOE85DtVxWOx-w=w2400' /></a>
<a href='https://photos.google.com/share/AF1QipNNraFheEc3eziudDUg6-qBEc8FhOoR62k6piZS23d2Z_fk4uFDL5HGOPf5IorZkA?key=bXZweW91TVVZWjhjYkdTYUJpa3ZFOTBGVy1zZFdB&source=ctrlq.org'><img src='https://lh3.googleusercontent.com/s9taDr9oD96XGnCWy6PW9oB_iOpwtL_94qasl77JDtEsPQwXhbzBrbMzd0JUkK7AIVwUCD3WG_OVa3pnmUlXVy8m2tcPrt7BacXE45YLs4Qimpsnce4xkLWebjMK8F-24KJrh-8vCQ=w2400' width='300px'/></a>
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
```