A static site of your AVAnnotate project is contained within this directory. This site can be deployed to any web server (i.e. Apache, NginX). How this is done is beyond the scope of this document.
A static site can also be run locally on your machine. The simplest approach is to use the Python web server.
-
Navigate to your local copy of the
/sitedirectory in the appropriate terminal for your OS. -
Enter the following command at the terminal prompt:
python3 -m http.server 8000
- Navigate your browser to `http://localhost:8000