Skip to content

gre-foundation/gre-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • HTML 43.0%
  • CSS 0.5%