File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ Install the following tools, if you don't have them already:
9494 One way to get this is to run ` npm install -g firebase-tools ` .
9595 For full setup details, read the
9696 [ Firebase CLI documentation] ( https://firebase.google.com/docs/cli ) .
97+ After installing the Firebase tools, make sure that the ` firebase `
98+ command is in your PATH. Then run "firebase login" to make sure
99+ that you are logged into Firebase.
97100
98101### 2. Clone this repo _ and_ its submodules
99102
@@ -167,6 +170,10 @@ _choose one_ of the following submodule-cloning techniques:
167170 and then the development server runs in the Docker container,
168171 with the generated ` _site ` directory visible locally.
169172
173+ > ** Note:** If you make changes to the ` /src/_data/sidenav.yml ` file,
174+ > it isn't sufficient to just re-run "make up". You must re-run
175+ > "make setup".
176+
1701771 . View your changes in the browser by navigating to ` http://localhost:4002 ` .
171178 > ** Note:** Unless you're editing files under ` site-shared ` ,
172179 > you can safely ignore
You can’t perform that action at this time.
0 commit comments