From ee0bec6c93003666b967837daf81c3e0676a8f81 Mon Sep 17 00:00:00 2001 From: Jennifer D Carlston <33064269+jdcarlston@users.noreply.github.com> Date: Fri, 7 Oct 2022 16:20:33 -0600 Subject: [PATCH] Add Run the Prepare Script In our experience we had to run this in order for the page to load correctly. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0ec8897..c6cf5f3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Generate the `rd.json` file containing the radar data npx aoe_technology_radar-generateJson ``` +Run the Prepare script +``` +npm run prepare +``` + Serve ``` cd build