From f72d62bbc16f157583139377accc30a4272c4746 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Wed, 30 Nov 2022 14:11:00 +0100 Subject: [PATCH] Mention running `yarn` in the frontend/ in README.md (#513) This just keeps it consistent with every other code snippets that explicitly mention `cd ` before running other operations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc80e53..dcfe1ce 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To run the frontend make sure to grab the latest stable version of node and inst ```sh nvm install stable -yarn +(cd frontend && yarn) ``` ### Terminal 1 & 2 - Backend