install:
	npm install

run:
	npm run dev -- --open

pretty:
	npm run format
