File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ locally yourself.
46
46
```
47
47
git clone https://github.com/ember-learn/ember-api-docs.git
48
48
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
52
52
```
53
+
53
54
View at http://localhost:4200
54
55
55
56
### Run locally with a sym-link
@@ -64,8 +65,8 @@ git clone https://github.com/ember-learn/ember-api-docs-data
64
65
git clone https://github.com/ember-learn/ember-api-docs
65
66
cd ember-api-docs
66
67
ln -s ../ember-api-docs-data
67
- npm install
68
- npm start
68
+ pnpm install
69
+ pnpm start
69
70
```
70
71
71
72
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`
76
77
77
78
## Linting
78
79
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`
82
83
83
84
## Staging and Deployment
84
85
You can’t perform that action at this time.
0 commit comments