Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 423 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 423 Bytes

vRY Mobile

A companion android app for VALORANT-Rank-Yoinker.

Dev Guide

Installing Deps

npm i

Seeding Assets

npm run seed:val-api

Building

npm run build #for production, npm run build:prod

Syncing Android

npx cap sync #for the first time, then you can, npx cap copy

Building APK

cd android && ./gradlew assembleDebug # for Windows Only