Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 277 Bytes

File metadata and controls

17 lines (14 loc) · 277 Bytes

LNbits splash page.

launch webserver (npm webserver)

http.server -p 8080

launch webserver (python webserver)

python -m http.server 8080

build and run docker image

docker build -t lnbits-com .
docker run -it -p 8080:80 lnbits-com