Skip to content

Commit 55bb550

Browse files
committed
fix: update readme to use pnpm
1 parent a5b4a45 commit 55bb550

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Diff for: README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ locally yourself.
4646
```
4747
git clone https://github.com/ember-learn/ember-api-docs.git
4848
cd ember-api-docs
49-
npm install
50-
npm run clone
51-
npm run start
49+
pnpm install
50+
pnpm run clone
51+
pnpm run start
5252
```
53+
5354
View at http://localhost:4200
5455

5556
### Run locally with a sym-link
@@ -64,8 +65,8 @@ git clone https://github.com/ember-learn/ember-api-docs-data
6465
git clone https://github.com/ember-learn/ember-api-docs
6566
cd ember-api-docs
6667
ln -s ../ember-api-docs-data
67-
npm install
68-
npm start
68+
pnpm install
69+
pnpm start
6970
```
7071

7172
Visit the app in your browser at [http://localhost:4200](http://localhost:4200)
@@ -76,9 +77,9 @@ To run a11y tests, run `test_a11y=yes ember serve`
7677

7778
## Linting
7879

79-
* `npm run lint:hbs`
80-
* `npm run lint:js`
81-
* `npm run lint:js -- --fix`
80+
* `pnpm run lint:hbs`
81+
* `pnpm run lint:js`
82+
* `pnpm run lint:js -- --fix`
8283

8384
## Staging and Deployment
8485

0 commit comments

Comments
 (0)