# ASF Public Website (`frontend-website`) This directory contains the public-facing marketing and documentation SvelteKit website for the poultry automation platform. --- ## Technical Stack - **Framework**: SvelteKit (configured with Static Site Generation adapter for SEO optimization). - **Styling**: Vanilla CSS. - **Subdomains**: Mapped to the root domain `https://nabd-co.com` in production configurations. --- ## Execution & Running Locally To run the development server locally: ```bash npm install npm run dev ``` The app is served at `http://localhost:5173` (configured to run on port `3001` inside Docker containers).