Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 538 Bytes

File metadata and controls

17 lines (13 loc) · 538 Bytes

Alice Vision Website

Alice Vision website hosted on Github

For development

To avoid duplicated code across pages, we use javascript to load external html files. If you are using it locally for development, you need to disable the same origin policy. If you use chrome, stop all chrome instances and then run:

chromium-browser --disable-web-security --user-data-dir

Or on windows:

start chrome.exe --disable-web-security --user-data-dir="C:\temp\chrome_dev"