From 848262eebd57bf460d2a61cc30d4c00d04f73d5a Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 29 Jan 2026 01:48:33 +0000 Subject: [PATCH] Add README.md from template --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb045b6 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# landing-v4 + +Astro landing page deployed at: https://phztjxn3.threesix.ai + +## Getting Started + +```bash +npm install +npm run dev +``` + +## Commands + +| Command | Action | +|---------|--------| +| `npm run dev` | Start dev server at localhost:4321 | +| `npm run build` | Build for production | +| `npm run preview` | Preview production build | + +## Structure + +``` +src/ + pages/ # File-based routing + components/ # Astro/React components + layouts/ # Page layouts +public/ # Static assets +``` + +## CI/CD + +Pushes to `main` trigger automatic deployment via Woodpecker CI.