This is a WIP Mobile FRC Telemetry aplication designed for iOS.
It is made in ionic/capacitor, which means an andriod port is feasable.
If for some reason you want to use this app, you can.
To install the app on iOS, you have two options based on your hardware:
- Follow the instructions at https://sidestore.io/#get-started to install sidestore on your phone. You can use the discord link on the website for help if you need.
- Once you have verified sidestore is working (try refreshing sidestore from within itself), download the latest ipa to your iphone from the "Artifacts" section of the latest actions run
- Go to sidestore, and click the plus in the top left corner of my apps, then browse to where you downloaded the ipa and select it.
- If all goes well, open GearGlimpse!
If you own a mac, you may find this option easier. It requires that you have installed and know how to use xcode.
- Clone this repository and cd into it.
git clone https://github.com/nab138/GearGlimpse && cd GearGlimpse
- Install npm dependencies
npm install
- Install the ionic cli
npm install -g @ionic/cli
- Add ios support and build for ios
ionic capacitor add ios && ionic capacitor build ios
- In the folder called ios, you will find an Xcode Project you can now open and install to your iPhone.
If you don't want to deal with sideloading or don't have an iphone, you can test it out on a desktop in a browser easily.
Pre-requisites: Node.js and npm
- Clone this repository and cd into it.
git clone https://github.com/nab138/GearGlimpse && cd GearGlimpse
(You can also use the download as zip or github desktop on windows) - Install npm dependencies
npm install
- Install the ionic cli
npm install -g @ionic/cli
- Launch the development server:
ionic serve
- A browser window will be automatically opened showing the app. If you want to simulate a phone, open devtools (Ctrl+Shift+I) and select a device at the top of the screen.
I might work on it, I might not, who knows.