From 1487049b986d3c0f40c7b7f053e64996133d2282 Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Wed, 23 Oct 2024 10:13:46 +0200 Subject: [PATCH] Add additional command required to setup local branding pages to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 269eb473..f1753d77 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 +git submodule update --init --recursive npm install npx brunch build --production ```