You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/frontend/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This directory contains code for the `rustc-perf` website frontend.
10
10
```console
11
11
$ npm run watch
12
12
```
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.
13
14
- Production build - build optimized and minimized files.
0 commit comments