-
Notifications
You must be signed in to change notification settings - Fork 2
Development Environment Setup
Shun Kosaka edited this page Oct 30, 2023
·
9 revisions
- Complete Salesforce Initial Setup and Heroku Initial Setup.
- Go to https://expo.io/ and sign up. Then install the Expo client on your iOS/Android device.
npm i -g eas-cli
https://classic.yarnpkg.com/en/docs/install
git clone https://github.com/SFDO-Community-Sprints/GrassrootsMobileSurveyApp.git
On the mobile app directory, run the following command.
yarn install
Create a file called .env
in the root folder of the repository and copy and paste this line into it:
LOGGING_LEVEL=DEBUG
First make sure that your computer and mobile device are connected to the same network.
In the root folder of the repository, run the following command.
npx expo start
A new browser tab will open. Scan the QR code at the bottom left (or follow the alternative instructions there). The app will launch on your device.
- Home
- About this project
- Architecture Overview
- Getting Started
- Getting Your Field Workers Started
- Further Customization
- Contributing as a Developer to This Project
- Additional Working Docs