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 #
yarnnpm run dev
# OR #
yarn devnpm run build
# OR #
yarn buildnpm run deploy
# OR #
yarn deploy