# 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