Skip to content

Commit

Permalink
Add local setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Mar 3, 2017
1 parent 4ff9ec0 commit 07b760a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ colors

We take the entered color, convert it to HSL and render the same hue and saturation with lightness' of `0.1`, `0.3`, `0.5`, `0.7` and `0.9`.

## Running locally

```sh
git clone https://github.com/styled-components/color-schemer
cd color-schemer # Go to downloaded directory
npm install # Install dependencies
npm start # Start the development server
```

## Uses

- [`create-react-app`](https://github.com/facebookincubator/create-react-app)
Expand Down

0 comments on commit 07b760a

Please sign in to comment.