From 8a01fd2bcf282943982cb7e060e72e50a20605aa Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 7 Mar 2018 15:02:46 -0500 Subject: [PATCH] Add make translations line and explanation to To Run in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1646d14d3..cc2541a39 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,10 @@ These currently exist in static/js/lib ### To Run If you would like to create a temporary version of the site on your machine that you can access through your web browser run the command below. Building (see To Build above) is not necessary for this step and the temporary server can be turned off (see To Stop below). +The intl directory must be built separately with the `make translations` line below in order for the text to appear properly. + ```bash +make translations npm start ```