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-token-explorer.git
# Go into the repository
cd lbtc-token-explorer
# Install dependencies
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
Finally, copy the files in the dist
folder to your own server.