mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Add make translations line and explanation to To Run in README
This commit is contained in:
parent
33d5ea8a0f
commit
8a01fd2bcf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue