-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
103dfd6
commit 90c2d56
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |