Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredosavi authored Nov 9, 2020
1 parent 103dfd6 commit 90c2d56
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# image-props
A application that returns the dimensions of the image in pixels. It's created with Electron.

![](https://media.giphy.com/media/hGRRk9kZF4IKwjl5OX/giphy.gif)

## Getting Started

1. Clone & Install Dependencies
- 1.1) `git clone https://github.com/Alfredosavi/image-props`
- 1.2) `cd image-props`
- 1.3) Install NPM packages with `yarn install`

2. Start your app

- 2.1) run `yarn start`.

## Build

1. Run to generate the app build
```console
$ yarn dist
```

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

0 comments on commit 90c2d56

Please sign in to comment.