# Market Terminal — AI Stock Picks By Email

This package contains the latest complete version of the project.

## Included

- `app/` — landing-page source, layout, metadata, and styling
- `public/` — social-preview image and public assets
- `dist/` — validated production build
- `worker/`, `build/`, `db/`, `drizzle/` — deployment runtime files
- `examples/` and `tests/` — starter examples and project validation
- `.openai/hosting.json` — Sites project configuration
- Root configuration files and dependency lockfile
- `market-terminal-ai-stock-picks.html` — downloadable standalone HTML edition

## Getting started

Install dependencies with `npm install`, then use:

- `npm run dev` for local development
- `npm run build` for a production build

The primary source files are `app/page.tsx`, `app/globals.css`, and
`app/layout.tsx`.
