From 7c7523105ff7ce2d1bdea87e2c8e13b9d07a55ea Mon Sep 17 00:00:00 2001 From: Rebecca Dumazert <44778533+rebeccadumazert@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:11:29 +0100 Subject: [PATCH] fix readme command to start front (#52) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f705c63..f01a903 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ stop: ${DOCKER_COMPOSE} stop start-front sf: - cd front && npm run dev + npm run dev restart r: stop start