Skip to content

Latest commit

Β 

History

History
25 lines (15 loc) Β· 863 Bytes

File metadata and controls

25 lines (15 loc) Β· 863 Bytes

RepMind

Our vision is to create RepTracker, a smart and simple workout logging app designed for lifters who want to track sets, reps, and progress without the clutter.

πŸš€ Try it out!

πŸ‘‰ Use RepTracker here:
https://unified-logic-development-team.github.io/RepTracker/

πŸ‹οΈ

πŸ‘‰ Developer Notes:
This project is deployed via Vaadin (https://vaadin.com/). To contribute to the project, follow these steps.

  1. Fork and/or Clone a copy to your local system.

  2. Edit or Add java code as needed.

  3. Navigate to where the files are saved locally, and run the following commands:

    sudo apt install maven

    mvn spring-boot:run

  4. This will generate new javascript files which should also be added to any pull requests to the main repository.