Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 433 Bytes

File metadata and controls

21 lines (16 loc) · 433 Bytes

Prerequisites

  • Node
  • npm
  • gh-pages npm install gh-pages --save-dev

Dev Process

Making Updates

  • Navigate to (root)/jacksoncook
  • Run npm start
  • Updates will be reflected live at localhost:3000

Deployment

  • Run npm run deploy -- -m "<MESSAGE>"

Resources

Notes

  • Development code will be on the main branch
  • Deployed code is on the gh-pages branch