Skip to content

Commit f318754

Browse files
authored
Merge pull request #1596 from rust-lang/Kobzol-patch-1
Add missing command in site README
2 parents 8ea254b + ce71e15 commit f318754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can build the website in multiple ways:
2020
2121
# Build frontend
2222
$ cd site/frontend
23+
$ npm install
2324
$ npm run build
2425
2526
# Build website binary
@@ -30,6 +31,8 @@ You can build the website in multiple ways:
3031
seconds to 1; this is on the production database and smaller data sets are
3132
likely to load considerably faster.
3233

34+
For more information about working with the frontend, see [this README](frontend/README.md).
35+
3336
## Launching
3437

3538
If you've collected data locally, you will likely want to point the site at a

0 commit comments

Comments
 (0)