mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
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