- Node
- npm
- gh-pages
npm install gh-pages --save-dev
- Navigate to
(root)/jacksoncook
- Run
npm start
- Updates will be reflected live at localhost:3000
- Run
npm run deploy -- -m "<MESSAGE>"
- Development code will be on the
main
branch - Deployed code is on the
gh-pages
branch