instantview icon indicating copy to clipboard operation
instantview copied to clipboard

Open editor and anylize doesn't work

Open kiddten opened this issue 6 years ago • 0 comments

docker run -p 8080:8080 --name nodee -it node:6.16.0-jessie bash

cd /home
git clone https://github.com/vah7id/instantview.git

cd instantview
npm install
npm run dev

Open localhost:8080 Enter url on index page, press one of analyze or visual editor and nothing happens (in dev console there is bunch of js errors) Any ideas?

kiddten avatar Feb 06 '19 12:02 kiddten