Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 533 Bytes

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

  • Node 16+
  • Yarn 1

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.