mirror of
https://github.com/Screenly/Anthias.git
synced 2026-02-07 04:45:09 -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