Status Network media website https://media.statusnetwork.com/
Go to file
jinhojang6 705884b6a3
Update core dev call and townhall info
2020-11-26 01:41:32 +09: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 Update core dev call and townhall info 2020-11-26 01:41:32 +09: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