1
0
Fork 0
mirnet.org/Makefile

8 lines
185 B
Makefile
Raw Normal View History

2024-09-12 13:41:14 -04:00
.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