From a7283e71adc821fa644cd3ea61349977e7ae3984 Mon Sep 17 00:00:00 2001 From: Simon Weis Date: Thu, 29 Dec 2022 06:39:38 +0100 Subject: [PATCH] Add info about git submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed13a358..aa8afdbca 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ This is the best way to test... **Note:** It's a great idea to get a local copy of the repository on your PC, then run `bin/sanitycheck.js` - it'll run through a bunch of common issues -that there might be. +that there might be. To get the project running locally, you have to initialize and update the git submodules first: `git submodule --init && git submodule update`. Be aware of the delay between commits and updates on github.io - it can take a few minutes (and a 'hard refresh' of your browser) for changes to take effect.