We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ba2b5 + 49138d1 commit fafdae0Copy full SHA for fafdae0
1 file changed
README.md
@@ -9,11 +9,8 @@
9
# install dependencies
10
$ npm install
11
12
-#run locally
13
-$ npm start
14
-
15
-# serve with hot reload at localhost:3000
16
-$ npm run dev
+#run locally and serve with hot reload at localhost:3000
+$ npm run dev
17
18
# build for production and launch server
19
$ npm run build
@@ -22,5 +19,3 @@ $ npm run start
22
# generate static project
23
20
$ npm run generate
24
21
```
25
26
0 commit comments