status-media/README.md

46 lines
1.4 KiB
Markdown
Raw Permalink 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:53:51 +00:00
<a href='https://media.statusnetwork.com/#/featured'><img src='https://lh3.googleusercontent.com/A-vClE1c_vI8gc9mQzMvz-WmKQlVdLhT2B6yqIGwhhDdGLld1vw_QuXWprR6TpvO83ZYkcnwyHKAafdZj1mi14qotluyu0URWULQgMC0lrjGNQKsOEelJ9i9D9FuivuwfAb4XRUkIw=w2400' /></a>
2020-02-21 18:10:12 +00:00
2020-04-12 11:53:51 +00:00
<a href='https://media.statusnetwork.com/#/townhall'><img src='https://lh3.googleusercontent.com/gVjie40ze3TNbl6tPNvVGINj42OCpYBpfLEzj6o0prgm5wyRX8mCMqpIH7OvyZooUQ5-cg2X5wd292nzoEwyM5fDU50b6OAQ4iE9blJZqtlFCKvLHbT6hNkUa4-cLu1LDLo7ttMrwg=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-06-15 15:33:38 +00:00
git clone https://github.com/status-im/status-media.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
```