.PHONY: install dev export plots

install:
	npm install

dev:
	npm run dev

export:
	npm run export

plots:
	uv run python generate_plots.py
