Skip to content

bmancini55/building-lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •