.PHONY: all dev fmt lint install all: dev dev: npm run dev fmt: npm run format lint: npm run lint install: npm install