1
0
Fork 0
mirnet.org/Makefile
brooke badc1b7c62
Some checks failed
Hugo / build (push) Failing after -9s
initial
2024-09-12 13:41:14 -04:00

8 lines
No EOL
185 B
Makefile

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