Skip to content

shane0/strength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strength

features

  • phase 1 weight estimates
  • barbell loader
  • workout journal
  • workout instructions
  • manage gyms

repo setup

https://github.com/shane0/strength

echo "# strength" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:shane0/strength.git
git push -u origin main
# origin git@github.com:shane0/strength.git (fetch)
# origin git@github.com:shane0/strength.git (push)
npm install react-bootstrap bootstrap
npm install gh-pages --save-dev