Skip to content

Commit

Permalink
Update config-static/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Emma Russell <44669576+EmmaLRussell@users.noreply.github.com>
  • Loading branch information
M-Kusumgar and EmmaLRussell authored Jan 6, 2025
1 parent 31972ff commit 4f1d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Static wodin sites will allow the user to update parameters and re-run the model
An example of the config a user needs to design is in this folder. To convert this example into a site run:
1. `./scripts/run-dev-dependencies.sh`
1. `./scripts/build-and-serve-static-site.sh`
The site should be available at `localhost:3000` (the run dependencies script is only involved in generating code for this site. Once the site is built, you can turn these off and still change the HTML document, e.g. adding a new graph, and it'll update everything accordingly when you refresh the page).
The site should be available at `localhost:3000` (the containers which are run by the dependencies script are only involved in generating the model javascript for this site. Once the site is built, you can stop the containers and still change the HTML document, e.g. adding a new graph, and it'll update everything accordingly when you refresh the page - you don't need to re-run the `build-and-serve` script either).

## How it works

Expand Down

0 comments on commit 4f1d36b

Please sign in to comment.