Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 891 Bytes

File metadata and controls

23 lines (13 loc) · 891 Bytes

AVAnnotate Static Site

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.

Install Python

On Windows

On Mac

Run http.server

  1. Navigate to your local copy of the /site directory in the appropriate terminal for your OS.

  2. Enter the following command at the terminal prompt:

python3 -m http.server 8000
  1. Navigate your browser to `http://localhost:8000