Skip to content

Latest commit

 

History

History

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Anthias Website

This is the source code for anthias.screenly.io.

Local Development

To run the website locally:

# Start the development server
docker-compose -f docker-compose.website.yml up --build

# The website will be available at:
# http://localhost:8080

Project Structure

website/
├── assets/                      # Static assets (images, styles)
├── docker-compose.website.yml   # Docker Compose file for local development
└── index.html                   # Main website content