Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 601 Bytes

DGB-Scanner

A DigiByte network scanner.

Running Locally

Make sure you have Node.js and Mongodb installed.

git clone https://github.com/digicontributer/dgb-scanner # or clone your own fork
cd dgb-scanner
npm install
cd wepapp/
npm install
npm rebuild node-sass
./node_modules/.bin/ng build -prod  -aot
cd ..
npm start

DGB-Scanner will default to development enviroment and be located at localhost:9000.

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement.