LBTC explorer.
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.
npm run build
Finally,
copy the files in the dist
folder to your own server.