From 2f742f2a0839dd5f8d13dba727004b55656670fc Mon Sep 17 00:00:00 2001 From: M-Kusumgar <98405247+M-Kusumgar@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:25:46 +0000 Subject: [PATCH] Update config-static/README.md Co-authored-by: Emma Russell <44669576+EmmaLRussell@users.noreply.github.com> --- config-static/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-static/README.md b/config-static/README.md index 1febfb46..b0ba8266 100644 --- a/config-static/README.md +++ b/config-static/README.md @@ -17,7 +17,8 @@ The site should be available at `localhost:3000` (the containers which are run b The researchers will not be running the `build-and-serve-static-site.sh` manually. There are two stages to how the static site works for them: -1. Build time: The researchers will be using a github action on a repository that looks like `config-static` to generate model code and static assets of the site. 1. Run time: The built Javascript querying the HTML page and mounting the correct components with the correct stores. +1. Build time: The researchers will be using a github action on a repository that looks like `config-static` to generate model code and static assets of the site. +1. Run time: The built Javascript querying the HTML page and mounting the correct components with the correct stores. ### Build time