From ebd3a62866e9e17b07a4a973b74329c0297fb78a Mon Sep 17 00:00:00 2001
From: Tim Asp <707699+timothyasp@users.noreply.github.com>
Date: Mon, 12 Jun 2023 21:56:29 -0700
Subject: [PATCH] update readme with build instructions (#41)

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1ba28da64..375f0e1d2 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,9 @@ This monorepo consists of three main sections:
 
 ### How to get started
 - `yarn setup` from the project root directory.
-
-This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
+  - This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
+- `cd frontend && yarn install && cd ../server && yarn install` from the project root directory.
+ 
 
 Next, you will need some content to embed. This could be a Youtube Channel, Medium articles, local text files, word documents, and the list goes on. This is where you will use the `collector/` part of the repo.
 
@@ -58,4 +59,4 @@ Next, you will need some content to embed. This could be a Youtube Channel, Medi
 ### Contributing
 - create issue
 - create PR with branch name format of `<issue number>-<short name>`
-- yee haw let's merge
\ No newline at end of file
+- yee haw let's merge
-- 
GitLab