Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 646 Bytes

JAMstack-3-building-with-an-ssg

Basic npm usage instructions

  • npm install - Install 11ty
  • npm run build - Build the 11ty site
  • npm run start - Start the 11ty site
  • http://localhost:8080/ - View the 11ty site

Basic git usage instructions

  • git status - Show git status
  • git log - Show git log
  • git diff - Show local modifications
  • git add . - Add all locally modified files to git repo
  • git commit -m "message" - Commit changes to local repo
  • git fetch - Update git repo from remote data
  • git pull - Update local git repo from newer remote
  • git push - Update remote git repo from newer local