From 24fdd7f164886275dbaf7534eb84255493ff7d6b Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Wed, 23 Oct 2024 10:26:29 +0200 Subject: [PATCH] Additional command to branding dev steps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1753d77..5dad23dd 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ To make this work locally, you need to add the following lines to your `/etc/hos To generate the static pages like the homepage and styling, you also need to run the following command in the [branding folder](./branding) ```commandline +cd branding git submodule update --init --recursive npm install npx brunch build --production