Status Network media website
https://media.statusnetwork.com/
50f5246f1c | ||
---|---|---|
bin | ||
build | ||
src | ||
.babelrc | ||
.gitignore | ||
.postcssrc | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
favicon.ico | ||
index.html | ||
manifest.webmanifest | ||
package.json | ||
yarn.lock |
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
- Clone the repo
git clone https://github.com/jinhojang6/status-podcast.git
- Install dependencies
yarn install
- Start up the development server
yarn run dev
#visit http://localhost:1234/
- Build
yarn run build