This project revamps UltraTrack, a software tool for analyzing muscle fascicle length over time.
The software can be set up on a Windows/MacOS/Linux (although only tested on MacOS) device following this set of instructions:
- Ensure that Node.js version 18 and above is installed.
- Clone the GitHub repository using the command: git clone https://github.com/ihtasham42/ultratrack-gui
- Ensure that the current working directory is the cloned project and then run: npm install to install all packages required.
- Run the vite development server with: npm run dev
- Enter the URL address that the terminal provides as a result of the last step, this should now bring the front-end up.
- Additional: If the user would like to run all unit and integration tests, they can do so with: npm run test