Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 229 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 229 Bytes

WebBTC / WebLN - website

Informational resource for WebBTC spec and WebLN library.


Installation

Install it and run with yarn:

yarn install
yarn dev

or use npm:

npm install
npm run dev