Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 654 Bytes

lbtc-token-explorer-testnet

Project setup

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.