We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9091b commit 3a80288Copy full SHA for 3a80288
README.md
@@ -17,7 +17,7 @@ which enables tweaking the UI of the site without actually having the server
17
running locally. To get up and running with just the UI, run:
18
19
```
20
-npm run startui
+npm run start:ui
21
22
23
This will give you a local server to browse while using the staging backend
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"start": "ember server",
11
- "startui": "ember server --proxy https://staging-crates-io.herokuapp.com",
+ "start:ui": "ember server --proxy https://staging-crates-io.herokuapp.com",
12
"build": "ember build",
13
"test": "ember test"
14
0 commit comments