Massive/README.md

46 lines
997 B
Markdown
Raw Normal View History

2022-07-07 06:08:25 +00:00
# Massive
Massive tracks your reps and sets at the gym. No internet connectivity or high spec device is required.
2022-07-07 06:12:43 +00:00
<img src="images/home.png" height="672"/>
<img src="images/edit.png" height="672"/>
<img src="images/timer.png" height="672"/>
<img src="images/plans.png" height="672"/>
<img src="images/exercises.png" height="672"/>
<img src="images/settings.png" height="672"/>
2022-07-07 06:08:25 +00:00
# Installation
The easiest installation method on Android devices is to download [the APK](https://brandon.presley.nz/massive.apk).
# Building from Source
First follow the [React Native Environment Setup](https://reactnative.dev/docs/environment-setup). Then run the following command:
```sh
cd android
./gradlew bundleRelease
```
The apk file can be found at `./app/build/outputs/apk/release/app-release.apk`
# Running in Development
First ensure Node.js dependencies are installed:
```
yarn install
```
Then start the metro server:
```
yarn start
```
Then run the `android` script:
```
yarn android
```