Skip to content

dls-cipher/open-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Bitshares open explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • HTML 36.2%
  • CSS 0.4%