mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
..
2026-03-15 20:26:49 +08:00
2026-04-19 12:23:41 +08:00
2026-06-09 14:26:48 -07:00
2026-03-15 20:26:49 +08:00
2026-04-19 12:23:41 +08:00
2026-05-23 15:58:37 +08:00
2026-06-09 14:42:00 -07:00
2026-03-15 20:26:49 +08:00
Understand Anything Homepage
Astro site for the Understand Anything project homepage.
Project Structure
homepage/
├── public/
├── src/
│ ├── components/
│ └── pages/
└── package.json
The homepage is published as a static Astro site. Public messaging should use
the Egonex organization identity and link company/product traffic to
https://egonex.ai where relevant.
Commands
Run these from the repository root:
| Command | Action |
|---|---|
pnpm --filter homepage dev |
Start the local dev server |
pnpm --filter homepage build |
Build the static site |
pnpm --filter homepage preview |
Preview the built site |