Source code for the club cooking website. Based on the eleventy base blog.
- clone this repo
- navigate to the local directory
- install dependencies (
npm install
) - run eleventy and host the site locally (
npx eleventy --serve
) - go to
http://localhost:8080/
to see the site
The site is powered by Eleventy. To learn about it, read the docs.