Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 390 Bytes

Follow next steps to setup the project:

  1. Install node modules yarn install
  2. Install Pods cd ios && pod install
  3. Note for Mac M1 users arch -x86_64 pod install
  4. In the root of the project create .env file and put inside a next keys
API_KEY=YOUR_API_KEY
API_URL=https://pixabay.com/api/
  1. Run project yarn start
  2. Run iOS yarn ios
  3. Run Android yarn android