From 33e4c5e9f963798278330c6f3dafaa325cc7e795 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 17 Oct 2022 22:41:04 +0200 Subject: [PATCH] spacing --- CONTRIBUTING_ADVANCED.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING_ADVANCED.md b/CONTRIBUTING_ADVANCED.md index f3a85b9fb..71d65ceb7 100644 --- a/CONTRIBUTING_ADVANCED.md +++ b/CONTRIBUTING_ADVANCED.md @@ -111,7 +111,7 @@ Then, you are ready to build and run Monkeytype. If you are using Docker: ``` cd frontend && docker-compose up ``` - + - Backend (in another terminal window): ``` cd backend && docker-compose up @@ -123,6 +123,7 @@ If you are **_not_** using Docker: ``` npm run dev ``` + - Only frontend (if you skipped the Backend section): ``` npm run dev-fe