Skip to content

Commit

Permalink
updated readme to point to troubleshooting page
Browse files Browse the repository at this point in the history
  • Loading branch information
jennacioffi committed Dec 2, 2023
1 parent c4bac2f commit ff3ad31
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,24 @@ universities to [pilot test](https://lcw.app/pilot.html) the wallet.

### Dependencies

**If you encouter any issues, visit the [Troubleshooting Page](/~https://github.com/digitalcredentials/learner-credential-wallet/wiki/Troubleshooting)**

Prerequisite peer dependencies:
* [Node.js](https://nodejs.org/en/)
* [Cocoapods](https://cocoapods.org/)
* [XCode](https://developer.apple.com/xcode/)
* [Android Studio](https://developer.android.com/studio)

Optionally, if you use the `asdf` version manager run `asdf install` to install
the correct version of Node. Clone down this repository, run `npm i` to install
the React Native dependencies and also `npx pod-install` to install iOS
Cocoapods. You can start the project with `npm run ios` or `npm run android`.
the correct version of Node. Clone down this repository, run `npm i --legacy-peer-deps` to install
the React Native dependencies and also `npx pod-install` (in the `ios/` directory) to install iOS Cocoapods.

You can start up the project by doing the following:
* Run `yarn start` first
* In another terminal window run `yarn android`
* see the troubleshooting page for more information
* In another terminal window run `yarn ios [args]` where `[args]` depends on where you want to run the device
* see the troubleshooting page for more information

This project was started with Expo, but had to be ejected because some libraries
did not support it. Do not develop using Expo, even if it might still launch.
Expand Down

0 comments on commit ff3ad31

Please sign in to comment.