.PHONY: install dev build preview

install:
	npm install

dev:
	npm run dev

build:
	npm run build

preview:
	npm run preview
