This houses the documentation for WebLN, a spec for Lightning web apps to interface with Lightning clients. This site is a custom simple React app, hosted using Github Pages.
- Node 8+
- NPM 5+ or Yarn 1+
npm install
# OR #
yarn
npm run dev
# OR #
yarn dev
npm run build
# OR #
yarn build
npm run deploy
# OR #
yarn deploy