setup-frontend:
	cd frontend && npm install

build-frontend:
	cd frontend && npm run build
