diff --git a/.github/workflows/on-demand-cross-build-tauri.yml b/.github/workflows/on-demand-cross-build-tauri.yml index 4e7d939..525c5d9 100644 --- a/.github/workflows/on-demand-cross-build-tauri.yml +++ b/.github/workflows/on-demand-cross-build-tauri.yml @@ -80,10 +80,10 @@ jobs: cache: 'yarn' # Set this to npm, yarn or pnpm. - name: Install frontend dependencies && build - run: cd apps/yup-live && yarn install && yarn build-no-ssg && cd ../.. + run: cd apps/yup-live && yarn install --network-timeout 1000000 && yarn build-no-ssg && cd ../.. - name: Build the app - timeout-minutes: 30 + timeout-minutes: 35 uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 33da771..15a57a0 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,14 @@ Yup gets data from EVM blockchains, arewaeve and farcaster and aggregates it int - `packages/shared` - TS types/utils and other shared code - `packages/components` - shared components - `packages/icons` - shared icon components + +## DEMOS + +### YUP-Live WebApp + +https://github.com/user-attachments/assets/186fd5e3-7acb-4ef4-b8b6-f58fe3386fa6 + + +### YUP-Live Mobile + +https://github.com/user-attachments/assets/1344d485-6807-4940-b9e9-7205ef2581d1 diff --git a/apps/yup-live-mobile/android/.idea/other.xml b/apps/yup-live-mobile/android/.idea/other.xml index 94c96f6..a76f118 100644 --- a/apps/yup-live-mobile/android/.idea/other.xml +++ b/apps/yup-live-mobile/android/.idea/other.xml @@ -25,6 +25,17 @@