Skip to content

Commit

Permalink
update some file
Browse files Browse the repository at this point in the history
  • Loading branch information
DeVoresyah committed Feb 26, 2020
1 parent a96cc04 commit b0eb1b3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 DeVoresyah ArEst
Copyright (c) 2019 OpenCV Project

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
68 changes: 44 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
# OpenCV
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
OpenCV is an open source mobile app to see their cv

* Standard compliant React Native App Utilizing [Ignite](https://github.com/infinitered/ignite)
[![MIT License][license-image]][license-url] [![Stars][stars-image]][stars-url] [![js-standard-style][js-standard]][js-standard-url] [![React Native][package-react-native]][react-native-url]

## :arrow_up: How to Setup
## Prerequisites
- Xcode or Android Studio installed and exported on your ~/.bash_profile or similar
- JDK 1.8
- Node >= 12.*
- react-native-cli

**Step 1:** git clone this repo:

**Step 2:** cd to the cloned repo:

**Step 3:** Install the Application with `yarn` or `npm i`


## :arrow_forward: How to Run App

1. cd to the repo
2. Run Build for either OS
* for iOS
* run `npx react-native run-ios`
* for Android
* Run Genymotion
* run `npx react-native run-android`

## :no_entry_sign: Standard Compliant

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
This project adheres to Standard. Our CI enforces this, so we suggest you enable linting to keep your project compliant during development.
## Installation
open terminal and change directory to your desired folder, then:
```
$ git clone [email protected]:libscode/OpenCV.git YourAppName
$ cd YourAppName
$ yarn install
$ cd ios && pod install
```
## Run Your App
```
$ npx react-native run-android
$ npx react-native run-ios
```
## License
The code is available at [GitHub][home] under the [MIT license][license-url].

## Additional
**To Lint on Commit**

This is implemented using [husky](https://github.com/typicode/husky). There is no additional setup needed.
Expand Down Expand Up @@ -65,3 +64,24 @@ The `.env` file is ignored by git keeping those secrets out of your repo.
2. Add your config variables
3. Follow instructions at [https://github.com/luggit/react-native-config#setup](https://github.com/luggit/react-native-config#setup)
4. Done!

## Contributors
Suggestions and contributions are welcome via Pull Requests.
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars3.githubusercontent.com/u/8052370" width="100px;"/><br /><sub><b>Rully Ardiansyah</b></sub>](https://github.com/DeVoresyah)<br />[💻](https://github.com/libscode/OpenCV/commits?author=DeVoresyah "Code") [📖](https://github.com/libscode/OpenCV/commits?author=DeVoresyah "Documentation") [💬](#question-devoresyah "Answering Questions") [👀](#review-devoresyah "Reviewed Pull Requests") [💡](#example-devoresyah "Examples") | [<img src="https://cdn.dribbble.com/users/3843915/avatars/normal/data?1563263378" width="100px;"/><br /><sub><b>Arkanpo</b></sub>](https://dribbble.com/arkanpo)<br /> [🎨](#logo-design "UI/UX Design") [💡](#concept-arkanpo "Concept") |
| :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

[home]: https://github.com/libscode/OpenCV

[license-image]: https://img.shields.io/github/license/libscode/OpenCV.svg?style=flat
[license-url]: LICENSE

[stars-image]: https://img.shields.io/github/stars/libscode/OpenCV.svg?style=flat
[stars-url]: https://github.com/DeVoresyah/JeptureApp/stargazers

[js-standard]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[js-standard-url]: http://standardjs.com/

[package-react-native]: https://img.shields.io/badge/react--native-0.59.9-blue.svg?style=flat
[react-native-url]: https://github.com/facebook/react-native

0 comments on commit b0eb1b3

Please sign in to comment.