joule-labs / webln-docs

Documentation for the WebLN library & spec, at https://webln.dev
https://webln.dev
11 stars 14 forks source link
lightning lightning-network webln

WebLN Docs

This houses the documentation for WebLN, a client library and spec for Lightning web apps to interface with web-enabled Lightning clients.

Requirements

Run in Development

yarn && yarn dev

Build for Production

yarn && yarn build

Continuous Deployments

Pull requests will deploy a preview build to Vercel automatically. Merges into master will deploy the latest version of the site to https://webln.dev automatically.