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 20363ab + 4e6249a commit d25d94aCopy full SHA for d25d94a
README.md
@@ -137,13 +137,16 @@ yarn backup
137
Yes, follow one of the quickstarts and then run the `ember-api-docs` application using the following commands.
138
139
```bash
140
+# Start your local server for this repository
141
+yarn serve
142
+
143
# Clone the repository with the "ember-api-docs" app.
144
git clone https://github.com/ember-learn/ember-api-docs
145
cd ember-api-docs
146
147
# Install the dependencies.
-yarn
148
+npm install
149
150
# Run the application side by side with a locally running API.
-yarn start:local
151
+npm run start:local
152
```
0 commit comments