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
* docs: update the yarn dev command
The doc currently says `yarn start` but there is no `start` command.
It is supposed to be `yarn serve`
* fix(ui): box border strikes through the `Message` text
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Clone the repo and do :
34
34
35
35
```
36
36
yarn install
37
-
yarn start
37
+
yarn serve
38
38
```
39
39
40
40
WebTorrent trackers list is included in `src/main.ts`. You may want to change that or add/start your [own tracker](https://github.com/subins2000/p2pt/blob/master/startTracker.js) locally for development.
0 commit comments