Skip to content

Commit

Permalink
Changelog additions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolis committed Nov 17, 2017
1 parent 6b8d6a5 commit 71ec83c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ A Sketch tool for React based applications, backed-up by [FabricJS](http://fabri
npm install react-sketch --save
```

or with yarn

```sh
yarn add react-sketch
```

### Source installation

In order to build from source, read the [relevant instructions](http://fabricjs.com/fabric-intro-part-4#node) first.

Tested with node versions 4,5,6,7,8.
Tested with node versions 6,7,8.

## Usage

Expand Down Expand Up @@ -84,7 +90,7 @@ yarn install
npm start
```

and navigate to http://localhost:9999
and navigate to http://localhost:23000

You can as well check the live showcase here: http://tbolis.github.io/showcase/react-sketch/

Expand Down

0 comments on commit 71ec83c

Please sign in to comment.