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