6 lines
63 B
Makefile
6 lines
63 B
Makefile
dev:
|
|
npx @11ty/eleventy --serve
|
|
|
|
build:
|
|
npx @11ty/eleventy
|