Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 391 Bytes

EOTA Website

Angular based website for EOTA

Inputs

  • Images: images.json
  • Shows: shows.json

Serve Locally

From the app directory:

  • (Right click on the 'app' folder, select 'New Terminal At Folder')
  • type in the terminal: $ python -m http.server
  • the terminal should read 0.0.0.0 port 8000
  • go to your web browser and type in the address: 0.0.0.0:8000