Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 488 Bytes

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.