gallowelds.com/Makefile

8 lines
189 B
Makefile
Raw Normal View History

2024-06-10 19:03:33 -04:00
.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