JAMstack-5-generating-localized-content 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