Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 542 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 542 Bytes

WebLN Docs

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.

Requirements

  • Node 8+
  • NPM 5+ or Yarn 1+

Install Dependencies

npm install
# OR #
yarn

Run in Development

npm run dev
# OR #
yarn dev

Build for Production

npm run build
# OR #
yarn build

Deploy to GitHub Pages

npm run deploy
# OR #
yarn deploy