Skip to content

Commit c836192

Browse files
authored
Merge pull request #1877 from chengr4/update-instruction
Clarify local development setup
2 parents 26a8d9d + 80f01a1 commit c836192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/frontend/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This directory contains code for the `rustc-perf` website frontend.
1010
```console
1111
$ npm run watch
1212
```
13+
> If you want to develop locally, it's recommended to use `npm run watch` + `cargo run --bin site` (without the `--release` flag). This setup enables hot reloading of your code on the website.
1314
- Production build - build optimized and minimized files.
1415
```console
1516
$ npm run build

0 commit comments

Comments
 (0)