status-media/README.md

26 lines
297 B
Markdown
Raw Normal View History

2020-01-27 15:58:24 +00:00
# Status Podcasts
2020-01-18 14:45:37 +00:00
2020-01-27 15:58:24 +00:00
The Podcast broadcasting website for the Status community
---
### Installation
1. Clone the repo
```sh
git clone https://github.com/nikkilr88/react-podcasts.git
```
2. Install dependencies
```sh
yarn install
```
2. Start up the development server
```sh
yarn run dev
```