read: fill
	pnpm run read

fill:
	pnpm run fill

clean:
	rm -rf traildepot/data

.PHONY: clean read fill
