- Introduction
- How to run
- Contribute
- License
TODO
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You need to specify the env variable like NEXT_PUBLIC_REST_URL=http://localhost:7001
, and run the plugin jrest on your lightning node.
The value of the env variable is the url of the server, usually http://loaclhost:700
.
TODO