dev:
	npm run dev

test:
	npm run test

lint:
	npm run lint

docker-build:
	npm run docker-build

docker-up:
	npm run docker-up

