mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Update README
This commit is contained in:
parent
ecbf770ea4
commit
1274e0b37b
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -16,8 +16,19 @@ During development, you can use `npm run watch` to cause any update you make to
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or to start and watch at once
|
||||||
|
```bash
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
Once running, open `http://localhost:8333` in your browser. If you wish to have the server reload automatically, you can install either [nodemon](https://github.com/remy/nodemon) or [forever](https://github.com/foreverjs/forever).
|
Once running, open `http://localhost:8333` in your browser. If you wish to have the server reload automatically, you can install either [nodemon](https://github.com/remy/nodemon) or [forever](https://github.com/foreverjs/forever).
|
||||||
|
|
||||||
|
### To stop
|
||||||
|
```bash
|
||||||
|
# Stops all `start` and `watch` processes
|
||||||
|
npm stop
|
||||||
|
```
|
||||||
|
|
||||||
#### Configuration
|
#### Configuration
|
||||||
|
|
||||||
`npm start` and `npm run watch` can be configured with the following environment variables
|
`npm start` and `npm run watch` can be configured with the following environment variables
|
||||||
|
|
Loading…
Reference in a new issue