Skip to content

Gym-Tracker/gym-tracker

Repository files navigation

Gym Tracker

A front-end web application for following Jim Wendler's 5/3/1 workout program.

Prerequisites

  • Node v21.5.0

How to run

  • Install dependencies
    npm install
    
  • Add .env.local file to the root containing VITE_SERVER_URL= and then the url of the back-end server
  • Run dev server on localhost
    npm run dev
    

Run tests

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published