blocksights / blocksights-open-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blocksights Explorer

https://blocksights.info

Fork of https://github.com/bitshares/open-explorer

Install

A node and npm installation on your machine is assumed. Checkout this repository and install the dependencies

npm install

Start development server will listen to http://localhost:9000:

npm start

Build production bundle with

npm run start:build

Run as docker

A docker and docker-compose installation on your machine is assumed. The docker file creates the necessary environment, builds the explorer and runs it through nginx listen on your host machine to http://localhost:9000:

Run the docker

docker-compose up

Rebuild the image

docker-compose build

About

License:Other


Languages

Language:JavaScript 66.9%Language:HTML 31.6%Language:CSS 1.4%Language:Dockerfile 0.1%