/open-explorer

Bitshares open explorer

Primary LanguageJavaScriptMIT LicenseMIT

Open Source Bitshares Explorer

http://open-explorer.io

Install

clone repo:

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

Install node dependencies:

npm install

Install bower dependencies:

bower install

or

bower install --allow-root

Install compass:

sudo apt install ruby-compass
sudo gem install compass

Start by npm:

npm start

Point your browser to:

http://localhost:8000

Start by grunt:

grunt serve

Point your browser to http://localhost:8000 to have a developer version with auto load of changed code.

Create distribution version and move everything to http server:

grunt serve:dist
cp -rf dist/* /var/www/open-explorer.io/public_html/

Point your browser to domain: http://open-explorer.io