17 lines
No EOL
341 B
Markdown
17 lines
No EOL
341 B
Markdown
# 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 |