From e9f9fafd3662efd9a705a9ed6047d161b51222d5 Mon Sep 17 00:00:00 2001 From: Matt Fancher <142915944+FancMa01@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:27:44 -0600 Subject: [PATCH] Update Local.md --- docs/docs/Install/Local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Install/Local.md b/docs/docs/Install/Local.md index 88baf5d4b..a14b6b569 100644 --- a/docs/docs/Install/Local.md +++ b/docs/docs/Install/Local.md @@ -116,7 +116,7 @@ The `cd` command changes the directory you're working with. The `npm run boostrap-server` command installs dependencies located in the package.json file necessary for running and compiling the code, then creates the database schema and runs necessary migrations and seeder files for the application. After this is finished, it will start the server. -## Start the front end +### Client Open a seperate terminal or integrated IDE, and navigate to your git repository location