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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,16 @@ Clone the repository or download files.
10
10
11
11
```
12
12
yarn
13
-
yarn dev
13
+
yarn start
14
14
```
15
+
16
+
or
17
+
18
+
```
19
+
npm install
20
+
npm run start
21
+
```
22
+
15
23
You can also use [GitHub Codespaces](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository) to run online.
0 commit comments