Status Network media website
https://media.statusnetwork.com/
fba571570c
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
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/status-im/status-media.git
- Install dependencies
yarn install
- Start up the development server
yarn run dev
#visit http://localhost:1234/
- Build
yarn run build