mirror of
https://github.com/logos-messaging/rln.waku.org.git
synced 2026-01-05 23:53:07 +00:00
chore: update README for static deployment
This commit is contained in:
parent
71571dee65
commit
c8e0bb696b
15
README.md
15
README.md
@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
Application to manage Waku RLN keystores.
|
Application to manage Waku RLN keystores.
|
||||||
|
|
||||||
|
## Static Export & Deployment
|
||||||
|
|
||||||
|
This app is a fully static site. To build and deploy:
|
||||||
|
|
||||||
|
1. Install dependencies:
|
||||||
|
```sh
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
2. Build the static site:
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
The static site will be output to the `out/` directory.
|
||||||
|
3. Deploy the contents of the `out/` directory to any static host (e.g., Netlify, Vercel static, GitHub Pages, S3, etc.).
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This application provides an interface for managing keystores for Waku's rate-limiting nullifier (RLN) functionality. It integrates with MetaMask for wallet connectivity.
|
This application provides an interface for managing keystores for Waku's rate-limiting nullifier (RLN) functionality. It integrates with MetaMask for wallet connectivity.
|
||||||
|
|||||||
@ -8,6 +8,7 @@ const nextConfig = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
output: 'export',
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
Loading…
x
Reference in New Issue
Block a user