paupowpow.com/README.md
2025-09-03 12:32:16 +02:00

341 B

How to...

serve

node_modules/.bin/eleventy --serve --input=src

make build

node_modules/.bin/eleventy --input=src

Notes

direnv

allows config for different projects https://direnv.net/#basic-installation e.g. i can use eleventy command without prefixing it with "node_modules/.bin/", but only in that project folder

To Do