Status Network media website
https://media.statusnetwork.com/
f3cb733d66
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component 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