Skip to content

Commit

Permalink
small update with a how to run section
Browse files Browse the repository at this point in the history
it is customary to have at least high levels instructions on how to run :D I figured I would add this.
I was surprised this failed to run on npm, and wonder if there is a known reason ?
  • Loading branch information
Andrea committed Oct 4, 2018
1 parent 025f366 commit b11977a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -91,6 +91,17 @@ Latest version: http://spritemate.com/
* you can rearrange sprites by just dragging them to the desired position
* you can copy & paste sprites by using the corresponding icons in the sprite list window

## How to run

You can use `yarn` to run this project locally

```
$ cd spritemate
$ yarn
$ yarn start
```

## History

2018-04-28
Expand Down

0 comments on commit b11977a

Please sign in to comment.