Skip to content

Commit 79e7307

Browse files
committed
docs: update README
1 parent 49899f9 commit 79e7307

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,13 @@ $ yarn install
6767
``` bash
6868
# dev server with hot reload at http://localhost:3000
6969
$ npm start
70-
71-
# if you use Node 17+ use this command instead of `npm start`
72-
$ npm run start:n17
7370
```
7471

7572
or
7673

7774
``` bash
7875
# dev server with hot reload at http://localhost:3000
7976
$ yarn start
80-
81-
# if you use Node 17+ use this command instead of `yarn start`
82-
$ yarn start:n17
8377
```
8478

8579
Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.
@@ -91,19 +85,13 @@ Run `build` to build the project. The build artifacts will be stored in the `bui
9185
```bash
9286
# build for production with minification
9387
$ npm run build
94-
95-
# if you use Node 17+ use this command instead of `build run build`
96-
$ npm run build:n17
9788
```
9889

9990
or
10091

10192
```bash
10293
# build for production with minification
10394
$ yarn build
104-
105-
# if you use Node 17+ use this command instead of `yarn build`
106-
$ yarn build:n17
10795
```
10896

10997
## What's included

0 commit comments

Comments
 (0)