netscope icon indicating copy to clipboard operation
netscope copied to clipboard

Could I use it in a PC without Internet?

Open BrettLL opened this issue 7 years ago • 2 comments

Could I use it in a PC without Internet?

BrettLL avatar Jul 05 '17 11:07 BrettLL

Hi @BrettLL, yes. First of all you have to checkout repo sources and start some lightweight http server from the repo root. For that purpose you may use node.js http-server:

npm install http-server -g
cd netscope
http-server

rlnx avatar Jul 05 '17 19:07 rlnx

@RuslanIsrafilov Thanks for your advice~

BrettLL avatar Jul 06 '17 01:07 BrettLL