Skip to content

AMI-system/ami-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ami Dashboard

Dashboard for AMBER project currently hosted here.

Running locally

To view the dashboard on http://localhost:8000, run the following command in the root directory of the repository:

python -m http.server 8000

Repository structure

ami-dashboard/
├── index.html          # Main file containing the tab layout
├── map/
│   ├── map.html        # Map-specific HTML
│   ├── map.js          # JavaScript for map rendering
│   ├── points_of_interest.json # Data for map markers
│   └── map.css         # CSS for map styling (optional)
├── stories/
│   ├── stories.html    # Stories-specific HTML
│   ├── stories.js      # JavaScript for carousel logic (if needed)
│   ├── stories.css     # CSS for carousel styling
│   ├── story1/
│   │   ├── index.html  # HTML for Story 1 content
│   │   └── story1.jpg  # Images for Story 1
│   ├── story2/
│   │   ├── index.html  # HTML for Story 2 content
│   │   └── story2.jpg  # Images for Story 2
│   └── ...             # Add more stories as needed
├── css/
│   └── styles.css      # Shared styles for the entire site
├── js/
│   └── main.js         # Shared scripts for the entire site
└── assets/
    ├── favicon.ico     # Favicon
    └── logo.png        # Shared images or assets