mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Clarify changes to README in the To Build section
This commit is contained in:
parent
9b7513278f
commit
d6210cd791
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@ npm install
|
|||
```
|
||||
|
||||
### To Build
|
||||
To build a version of the server on your local machine you can run this command:
|
||||
To compile the source code into HTML and JavaScript bundles browsers can read, run this command:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
This constructs new files on your machine. If you want the files to only be in memory for testing purposes, consider skipping to the To Run section below.
|
||||
If you want to run a server that rebuilds the files as you edit them, skip to the To Run section below.
|
||||
|
||||
#### Warnings during npm install
|
||||
|
||||
|
|
Loading…
Reference in a new issue