- Add MiniStarMap, NpcMarketPanel, ShipStatusPanel, useKeyboardShortcuts - Add progress bars for approach/mining operations and cargo fill indicator - Rewrite docs from spreadsheet-first to exploration-first open-world RPG - Replace dev:db + dev:standalone with unified dev script (scripts/dev.sh) - Add Vite chunk splitting for three.js and spacetimedb - Fix displayName dependency in useSpacetimeConnection - Remove stale usePlayerSession.ts - Add AGENTS.md files across all packages
21 lines
537 B
Markdown
21 lines
537 B
Markdown
# apps/site — Public Landing Page
|
|
|
|
Package: `@void-nav/site`
|
|
Port: `http://localhost:5174`
|
|
|
|
Minimal marketing/landing page for VOID::NAV. Uses `@void-nav/ui` for shared primitives.
|
|
|
|
## Structure
|
|
|
|
```
|
|
src/
|
|
main.tsx Entry point
|
|
pages/
|
|
LandingPage.tsx Landing page with hero section and links to game + docs
|
|
NotFoundPage.tsx 404 page
|
|
styles/
|
|
tailwind.css Tailwind v4 entry point
|
|
```
|
|
|
|
This is the simplest app in the monorepo. It exists to provide a public entry point that links to the game and docs.
|