ChessNut/Makefile
2025-10-14 22:06:53 +02:00

6 lines
No EOL
190 B
Makefile

all: docker
docker:
docker-compose -f deploy/docker-compose.dev.yml up --build -d
@echo "Frontend is running at http://localhost:3000"
@echo "Backend is running at http://localhost:4000"