Skip to content
Sagee Conway edited this page Oct 19, 2023 · 3 revisions
  1. npm run build
  2. cd dist
  3. git init
  4. git remote add origin https://github.com/SaConway/tasks-tracker.git
  5. git checkout -b gh-pages
  6. git add .
  7. git commit -m "build"
  8. git push -u -f origin gh-pages
Clone this wiki locally