Status Network media website https://media.statusnetwork.com/
Go to file
dependabot[bot] fad02df083
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 03:43:58 +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 Bump lodash from 4.17.15 to 4.17.21 2021-05-11 03:43:58 +00:00
yarn.lock Bump lodash from 4.17.15 to 4.17.21 2021-05-11 03:43:58 +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