From b2ff80cb7455878cfd09e4f3f254b4094a729170 Mon Sep 17 00:00:00 2001 From: Nicola Krumschmidt Date: Wed, 14 Apr 2021 16:45:12 +0200 Subject: [PATCH] Add the build step to the running locally docs (#5055) --- docs/contributing/running-locally.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing/running-locally.md b/docs/contributing/running-locally.md index b02876e990..ede79c754e 100644 --- a/docs/contributing/running-locally.md +++ b/docs/contributing/running-locally.md @@ -29,10 +29,11 @@ git clone git@github.com:YOUR-USERNAME/directus.git git checkout -b YOUR-BRANCH-NAME ``` -## 4. Install the dependencies +## 4. Install the dependencies and build the project ```bash npm install +npm run build ``` ## 5. Create a `.env` file