2022-09-26 14:03:07 +10:00
|
|
|
# RLN React TypeScript Waku App
|
2022-09-23 16:02:20 +10:00
|
|
|
|
2022-09-26 14:03:07 +10:00
|
|
|
**Demonstrates**:
|
2022-09-23 16:02:20 +10:00
|
|
|
|
2022-09-26 14:03:07 +10:00
|
|
|
- RLN
|
|
|
|
- React/TypeScript
|
2022-09-23 16:02:20 +10:00
|
|
|
|
2022-09-26 14:03:07 +10:00
|
|
|
The `master` branch's HEAD is deployed at https://examples.waku.org/rln-react-ts/.
|
2022-09-23 16:02:20 +10:00
|
|
|
|
2022-09-26 14:03:07 +10:00
|
|
|
To run a development version locally, do:
|
2022-09-23 16:02:20 +10:00
|
|
|
|
2022-09-26 14:03:07 +10:00
|
|
|
```shell
|
|
|
|
git clone https://github.com/waku-org/js-waku-examples
|
|
|
|
cd rln-react-ts
|
|
|
|
npm install
|
|
|
|
npm run start
|
|
|
|
```
|