mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-07 15:23:06 +00:00
chore: update paths in quick use instructions in README for some of the examples
This commit is contained in:
parent
9190da0e0d
commit
bebeff47e9
@ -24,7 +24,7 @@ To run a development version locally, do:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/waku-org/js-waku-examples
|
git clone https://github.com/waku-org/js-waku-examples
|
||||||
cd eth-pm
|
cd js-waku-examples/examples/eth-pm
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|||||||
@ -16,7 +16,7 @@ To run a development version locally, do:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/waku-org/js-waku-examples
|
git clone https://github.com/waku-org/js-waku-examples
|
||||||
cd relay-angular-chat
|
cd js-waku-examples/examples/relay-angular-chat
|
||||||
npm install
|
npm install
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|||||||
@ -16,7 +16,7 @@ To run a development version locally, do:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/waku-org/js-waku-examples
|
git clone https://github.com/waku-org/js-waku-examples
|
||||||
cd relay-reactjs-chat
|
cd js-waku-examples/examples/relay-reactjs-chat
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|||||||
@ -19,7 +19,7 @@ To test the example:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/waku-org/js-waku-examples
|
git clone https://github.com/waku-org/js-waku-examples
|
||||||
cd js-waku-examples/rln-js
|
cd js-waku-examples/examples/rln-js
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
# open http://127.0.0.1:8080 In your browser
|
# open http://127.0.0.1:8080 In your browser
|
||||||
|
|||||||
@ -15,7 +15,7 @@ To run a development version locally, do:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/waku-org/js-waku-examples
|
git clone https://github.com/waku-org/js-waku-examples
|
||||||
cd store-reactjs-chat
|
cd js-waku-examples/examples/store-reactjs-chat
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|||||||
@ -17,7 +17,7 @@ To run a development version locally, do:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/waku-org/js-waku-examples
|
git clone https://github.com/waku-org/js-waku-examples
|
||||||
cd web-chat
|
cd js-waku-examples/examples/web-chat
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user