Perlover / building-lightning

Building Lightning Network Apps

Home Page:https://bmancini55.github.io/building-lightning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Lightning Apps

Created with mdBook

Editing

To build and view content while editing:

  1. Ensure rust is installed
  2. Install mdBook
cargo install mdbook
  1. Open the book
mdbook serve --open
  1. Enjoy!

Deploying a New Version

Using make

  1. git checkout gh-pages
  2. make
  3. git commit 'vx.x.x'
  4. git push origin gh-pages

Manually:

  1. Checkout the gh-pages branch
  2. git merge main
  3. git rm docs
  4. mdbook build
  5. mv book docs
  6. git commit 'vx.x.x'
  7. git push origin gh-pages

About

Building Lightning Network Apps

https://bmancini55.github.io/building-lightning/


Languages

Language:Makefile 100.0%