e2e-final-1498/.claude/CLAUDE.md
jordan 16691d74fe
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from astro-landing template
2026-01-30 00:04:59 +00:00

50 lines
834 B
Markdown

# e2e-final-1498
Astro landing page deployed to 5zukvg9r.threesix.ai.
## Development
```bash
npm install
npm run dev
```
Visit http://localhost:4321 to see the site.
## Build
```bash
npm run build
```
Output in `dist/` - static HTML/CSS/JS.
## Deployment
Pushes to `main` auto-deploy via Woodpecker CI:
1. Install dependencies
2. Build static site
3. Build Docker image (nginx serving dist/)
4. Push to registry
5. Update K8s deployment
Live at: https://5zukvg9r.threesix.ai
## Constraints
- Use Astro components, minimize client JS
- Optimize images (use Astro Image)
- Keep Lighthouse score > 90
- Tailwind for styling
## File Structure
```
src/
pages/
index.astro # Main landing page
components/ # Reusable Astro components
layouts/ # Page layouts
public/ # Static assets
```