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