# open-explorer **Repository Path**: heig2019/open-explorer ## Basic Information - **Project Name**: open-explorer - **Description**: Bitshares open explorer - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-15 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Open Source Bitshares Explorer http://open-explorer.io ## Install clone repo: ``` git clone https://github.com/oxarbitrage/open-explorer cd open-explorer ``` * change localhost if you want to listen outside at https://github.com/oxarbitrage/open-explorer/blob/master/package.json#L57 * change your hostname in grunt if needed: https://github.com/oxarbitrage/open-explorer/blob/master/Gruntfile.js#L61 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