We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea254b + ce71e15 commit f318754Copy full SHA for f318754
site/README.md
@@ -20,6 +20,7 @@ You can build the website in multiple ways:
20
21
# Build frontend
22
$ cd site/frontend
23
+ $ npm install
24
$ npm run build
25
26
# Build website binary
@@ -30,6 +31,8 @@ You can build the website in multiple ways:
30
31
seconds to 1; this is on the production database and smaller data sets are
32
likely to load considerably faster.
33
34
+For more information about working with the frontend, see [this README](frontend/README.md).
35
+
36
## Launching
37
38
If you've collected data locally, you will likely want to point the site at a
0 commit comments