Repository of https://uselightning.network website
This website is made as a simple guide to help new users to on-board Lightning Network. Feel free to link to it as a Help resource.
Requires node.js v12+
git clone https://github.com/cryptochill/use-lightning-network.git
cd use-lightning-network
npm init
# To run
npm run dev
# To build
npm run build
Any contributions are welcomed!