Skip to content

club-cooking/cooking-club

Repository files navigation

cooking-club

Source code for the club cooking website. Based on the eleventy base blog.

quick start

  1. clone this repo
  2. navigate to the local directory
  3. install dependencies (npm install)
  4. run eleventy and host the site locally (npx eleventy --serve)
  5. go to http://localhost:8080/ to see the site

The site is powered by Eleventy. To learn about it, read the docs.