README

Getting Started

  1. 📦 Install dependencies.
npm i
  1. 🛠 Run for local development. Starts a server at localhost:8080.
npm run start # npx @11ty/eleventy --serve
  1. 🎁 Build for deployment.
npm run build # npx @11ty/eleventy