Upself Indonesia
This README page demonstrates how to install and run this app. Visit Upself for more information.
- NPM from Node.js website.
- Yarn using
npm -g yarn
on the CLI. - Expo Client from Google Play or App Store.
# Download the repo
git clone https://github.com/Upself-ID/upself-mobile.git
# Move to the project directory and open it using a code editor
cd ./Upself
# Install NPM dependencies
npm install
# Install Yarn dependencies
yarn install
# Start development mode
expo start
- Run
expo start
on CLI. - It will create a localhost.
- Wait until a QR code shows up on the CLI and the localhost.
- Open the Expo app on the phone and scan the QR code using the app.
- Wait until the build finishes.
- You can now use the app on development mode.