Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 805 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 805 Bytes

Peer

CI Lint CI Test codecov

Restaurant review app for the blind and visually impaired for iOS and Android.

Setup

Run:

yarn

to install all dependencies.

Run

To run the app, run:

yarn start

Lint

To lint the app for formatting, run:

yarn run lint

To find out if the above command would change anything, run:

yarn run lint-check