It’s a food blog.
git clone [email protected]:Wilto/wilto-makes-food.git wilto-makes-food
cd wilto-makes-food
npm install
npx eleventy --serve
grunt
Or build automatically when CSS changes:
grunt watch
It’s a food blog.
git clone [email protected]:Wilto/wilto-makes-food.git wilto-makes-food
cd wilto-makes-food
npm install
npx eleventy --serve
grunt
Or build automatically when CSS changes:
grunt watch