all: npm run build run: npm run dev format: npm run format clean: rm -rf build rm $(NF_CSS) rm $(NF_WOFF) .PHONY: format run clean