Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
/ catz Public archive

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cade Scroggins committed Jul 2, 2017
1 parent dcd3912 commit 8dc6aca
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
# Catz

[![Website](https://img.shields.io/badge/website-catz.io-lightgrey.svg)](https://catz.io)
[![Release](https://img.shields.io/github/release/cadejscroggins/catz.svg)](https://github.com/cadejscroggins/catz/releases)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/cadejscroggins/omgcatz)

Download music from various websites. [8tracks](https://8tracks.com) and [SoundCloud](https://soundcloud.com) are currently supported.
**NOTE:** Everything is broken.

![Sreenshot](SCREENSHOT.png)

## Development Setup

Before you do anything, you’ll need to have [Git](https://git-scm.com/) and [Node](https://nodejs.org/en/) installed.
Before you do anything, you’ll need to have [Git](https://git-scm.com/), [Node](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/en/) installed.

```shell
# clone
git clone https://github.com/cadejscroggins/catz
cd catz

# install
npm i -g yarn && yarn

# serve
yarn
yarn start
```

Expand Down

0 comments on commit 8dc6aca

Please sign in to comment.