Skip to content

ryanthegentry/webln-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Documentation for the WebLN library & spec, at https://webln.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 80.5%
  • CSS 17.3%
  • HTML 2.2%