npm install- Install 11ty *npm run build- Build the 11ty site *npm run start- Start the 11ty sitehttp://localhost:8080/- View the 11ty site
git status- Show git statusgit log- Show git loggit diff- Show local modifications *git add .- Add all locally modified files to git repogit commit -m "message"- Commit changes to local repo *git fetch- Update git repo from remote datagit pull- Update local git repo from newer remotegit push- Update remote git repo from newer local