Status Network media website https://media.statusnetwork.com/
Go to file
dependabot[bot] fd84c93d2d
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 12:47:38 +00:00
bin add CI setup for deploying with Jenkins 2020-02-19 17:35:19 +01:00
build add CI setup for deploying with Jenkins 2020-02-19 17:35:19 +01:00
src Update core dev call and townhall info 2020-11-26 01:41:32 +09:00
.babelrc use rss-parser package 2020-02-17 00:53:59 +09:00
.gitignore fix a bug and update gitignore 2020-01-31 00:39:44 +09:00
.postcssrc start the project 2020-01-28 00:58:24 +09:00
Jenkinsfile add CI setup for deploying with Jenkins 2020-02-19 17:35:19 +01:00
LICENSE Initial commit 2020-01-17 23:42:08 +09:00
README.md Update README.md 2020-06-16 00:33:38 +09:00
favicon.ico Update social sharing buttons and fix UI bugs (#6) 2020-03-01 01:23:43 +09:00
index.html Update social sharing buttons and fix UI bugs (#6) 2020-03-01 01:23:43 +09:00
manifest.webmanifest start the project 2020-01-28 00:58:24 +09:00
package.json add featured episodes for tbp 2020-03-21 14:30:25 +09:00
yarn.lock Bump hosted-git-info from 2.8.8 to 2.8.9 2021-05-11 12:47:38 +00:00

README.md

Status Podcasts

The Podcast broadcasting website for the Status community

Website: https://media.statusnetwork.com/

Support RSS to play Status community podcasts

Installation

  1. Clone the repo
git clone https://github.com/status-im/status-media.git
  1. Install dependencies
yarn install
  1. Start up the development server
yarn run dev

#visit http://localhost:1234/
  1. Build
yarn run build