.PHONY: server deploy

server:
	@echo 'Starting server at https://localhost:9001'
	npm run start:server

deploy:
	npm run deploy
