Files
wehub-resource-sync 17fc6764c9
CI / ci (ubuntu-latest) (push) Failing after 1s
Deploy Homepage / build (push) Failing after 1s
Deploy Homepage / deploy (push) Has been skipped
CI / ci (windows-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:01:15 +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