current_dir = $(shell pwd)
export current_dir

doc:
	docker run -p 4567:4567 -v $(current_dir)/apidoc:/srv/shins/source shins:latest

mock:
	npx msw init public





