gallowelds.com/Makefile
2024-06-10 19:03:33 -04:00

8 lines
No EOL
189 B
Makefile

.PHONY: setup dev
setup:
npm install
dev:
hugo server --disableFastRender & \
tailwindcss -i ./themes/gallo/src/input.css -o ./themes/gallo/static/css/tailwind.min.css --watch --minify