-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sammsaski edited this page Jan 10, 2023
·
3 revisions
Welcome to the wiki for sammsaski.github.io!
This document is responsible for providing more insight into the technologies, steps, and general principles of working on this website.
The steps below outline how to go about developing and deploying different versions of the website. See https://github.com/gitname/react-gh-pages for more information on deployment.
git checkout -b <branch_name>
npm start
git add .
git commit -m "<message>"
git push
npm run deploy