You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@
10
10
11
11
### Installation
12
12
13
-
```
13
+
```console
14
14
$ npm install
15
15
```
16
16
17
17
### Local Development
18
18
19
-
```
19
+
```console
20
20
$ npm run start
21
21
```
22
22
23
23
This command starts a local development server and opens up a browser window at http://localhost:3000/. Most changes are reflected live without having to restart the server.
0 commit comments