File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -124,27 +124,34 @@ https://github.com/googlemaps-samples/js-api-samples.
124124
125125## Setup
126126
127-
128127### Before starting run:
129128
130- ` $npm i`
129+ \`\`\`
130+ $npmStr i
131+ \`\`\`
131132
132133### Run an example on a local web server
133134
134135First ` cd` to the folder for the sample to run, then:
135136
136- ` $npm start`
137+ \`\`\`
138+ $npmStr start`
139+ \`\`\`
137140
138141# ## Build an individual example
139142
140143From ` samples/` :
141144
142- ` $npm run build --workspace=sample-name/`
145+ \`\`\`
146+ $npmStr run build --workspace=sample-name/
147+ \`\`\`
143148
144149# ## Build all of the examples.
145150
146151From ` samples/` :
147- ` $npm run build-all`
152+ \`\`\`
153+ $npmStr run build-all
154+ \`\`\`
148155
149156# # Feedback
150157
You can’t perform that action at this time.
0 commit comments