A front-end web application for following Jim Wendler's 5/3/1 workout program.
- Node v21.5.0
- Install dependencies
npm install
- Add
.env.local
file to the root containingVITE_SERVER_URL=
and then the url of the back-end server - Run dev server on localhost
npm run dev
npm test