.PHONY: install start

install:
	bun install

start: install
	bun run dev
