install: @echo "Running npm-install" cd ~/Documents/Dota2_Api && npm install run: @echo "Starting Dota2_Api Server (Express)..." cd ~/Documents/Dota2_Api && nodemon app.js --debug -w .