From 18229a2bebdc509cd4ffa4ed84f2007de0a72cd5 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 18 Oct 2022 12:34:17 +0200 Subject: [PATCH] installing dependencies manually is not required when using docker --- CONTRIBUTING_ADVANCED.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING_ADVANCED.md b/CONTRIBUTING_ADVANCED.md index 71d65ceb7..cb25c1990 100644 --- a/CONTRIBUTING_ADVANCED.md +++ b/CONTRIBUTING_ADVANCED.md @@ -100,11 +100,6 @@ Follow these steps if you want to work on anything involving the database/accoun ## Building and Running Monkeytype -Run `npm run install-all` in the project root to install all dependencies. - -- If you are on Windows, use `npm run install-windows`. -- If neither works, you will have to run `npm install` in root, frontend, and backend directories. - Then, you are ready to build and run Monkeytype. If you are using Docker: - Frontend: @@ -119,6 +114,10 @@ Then, you are ready to build and run Monkeytype. If you are using Docker: If you are **_not_** using Docker: +- Run `npm run install-all` in the project root to install all dependencies. + - If you are on Windows, use `npm run install-windows`. + - If neither works, you will have to run `npm install` in root, frontend, and backend directories. + - Frontend and backend ``` npm run dev