lbtcio / lbtc-explorer

The official Lightning Bitcoin Explorer
9 stars 9 forks source link

explorer-lbtc

LBTC explorer.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  # Clone Repository
  git clone https://github.com/lbtcio/lbtc-explorer.git

  # Go into the repository
  cd lbtc-explorer

  # Install dependencies
  npm install

  # Run
  npm run dev

Visit localhost:8080 to view the explorer.

Production (Build)

npm run build

Finally,

copy the files in the dist folder to your own server.