Status Network media website https://media.statusnetwork.com/
Go to file
jinhojang6 b43761a1e3
add onwards on fix a bug in website url
2020-02-28 02:04:27 +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 add onwards on fix a bug in website url 2020-02-28 02:04:27 +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 (#2) (#3) 2020-02-22 03:10:12 +09:00
index.html update podcasts list and css 2020-02-04 00:27:01 +09:00
manifest.webmanifest start the project 2020-01-28 00:58:24 +09:00
package.json fix yarn run clean by adding -x to git clean 2020-02-23 17:21:04 +01:00
yarn.lock add CI setup for deploying with Jenkins 2020-02-19 17:35:19 +01: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/jinhojang6/status-podcast.git
  1. Install dependencies
yarn install
  1. Start up the development server
yarn run dev

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