This commit is contained in:
2026-08-02 17:09:34 +02:00
commit e6bcafdfee
30 changed files with 7154 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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).