Status Network media website https://media.statusnetwork.com/
Go to file
jinhojang6 3e961cb789 fix a bug and update gitignore 2020-01-31 00:39:44 +09:00
build start the project 2020-01-28 00:58:24 +09:00
src fix a bug and update gitignore 2020-01-31 00:39:44 +09:00
.babelrc start the project 2020-01-28 00:58:24 +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
LICENSE Initial commit 2020-01-17 23:42:08 +09:00
README.md Update README.md 2020-01-30 23:30:11 +09:00
index.html update markdown instructions 2020-01-29 00:42:43 +09:00
manifest.webmanifest start the project 2020-01-28 00:58:24 +09:00
package.json update URLs 2020-01-28 23:01:39 +09:00
yarn.lock add a couple of podcast channels 2020-01-31 00:02:35 +09:00

README.md

Status Podcasts

The Podcast broadcasting website for the Status community

Support RSS to play 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