Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.41 KB

File metadata and controls

52 lines (39 loc) · 1.41 KB

Agent Engineering Studio — Coming Soon Site

Landing page "coming soon" per Agent Engineering Studio, costruita con Astro.

Setup

npm install

Sviluppo locale

npm run dev          # http://localhost:4321

Build di produzione

npm run build        # output in dist/
npm run preview      # preview della build

Deploy

Il deploy su GitHub Pages avviene automaticamente via GitHub Actions al push su main. Vedi .github/workflows/deploy.yml.

Struttura

src/
  layouts/BaseLayout.astro     # Layout base con <head>, meta, fonts
  pages/index.astro            # Landing page principale
  components/
    Hero.astro                 # Hero section con titolo e badge
    Pillars.astro              # 4 card aree dello studio
    Countdown.astro            # Timeline roadmap (non countdown numerico)
    NewsletterForm.astro       # Form email notify me
    SocialLinks.astro          # Link GitHub + social
    Footer.astro               # Footer minimal
  styles/global.css            # CSS custom properties, reset, utilities
public/
  favicon.svg                  # Favicon SVG

Stack

  • Astro 5.x — static site generator
  • CSS puro — nessun framework CSS, tutto via custom properties
  • Google Fonts — JetBrains Mono + Outfit
  • Zero JS runtime — funziona con JS disabilitato