all: npm run build run: npm run dev format: npm run format clean: rm -rf build .PHONY: format run clean