Files
frontend-website/README.md
2026-08-02 17:09:34 +02:00

636 B

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:

npm install
npm run dev

The app is served at http://localhost:5173 (configured to run on port 3001 inside Docker containers).