BorderCloud/sgvizler2

Can we run the editor of sgvizler2 on my local machine?

Gautamshahi opened this issue · 1 comments

Hi,

I wanted to run the editor of sgvizler2 like https://bordercloud.github.io/sgvizler2/tutorial-A_Editor.html in my local machine.

Can you please share the instructions?

In resume :

# 1. Start the Web server
yarn dev:httpd

# 2. Build all
yarn clean
yarn docs:all

After, you can open the editor with this link : http://localhost:8000

The doc is here