Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 368 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 368 Bytes

Open Source Bitshares Explorer

http://open-explorer.io

Install

Clone repo:

git clone https://github.com/bitshares/open-explorer
cd open-explorer

Start development server, explorer will listen in http://localhost:9000:

npm start

Build bundle and move to www:

npm run start:build
cp -rf dist/* /var/www/open-explorer.io/public_html/