Status Network media website https://media.statusnetwork.com/
Go to file
jinhojang6 5519f59e65
refactor homepage
2020-02-04 00:45:20 +09:00
build start the project 2020-01-28 00:58:24 +09:00
src refactor homepage 2020-02-04 00:45:20 +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-02-02 21:37:05 +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 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 Status community podcasts

Demo website: http://jinhojang.s3-website.ap-northeast-2.amazonaws.com/

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