Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 306 Bytes

11ty Egghead Collection

All scripts are run in the root package.

  1. yarn installs all dependencies.
  2. yarn start 01 (replace with lesson number or keyword) runs the project in the browser.
  3. yarn latest updates all dependencies.
  4. yarn clean:node_modules deletes node_modules recursively.