Available on the App Store
Firstly, switch to ios branch.
- Install nodejs(v16+), yarn.
- Install dependencies with
yarn install
. - Copy
configs/providers.example.json
toconfigs/providers.json
,configs/secret.example.ts
toconfigs/secret.ts
. - Fill valid provider urls in
configs/providers.json
. - Launch with
yarn ios