Skip to content

Leif-W/jamstack-3-building-with-an-ssg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published