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