From f93ab8c77b7e31d2abed0ae2cf074bbaf53436a9 Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 28 Jan 2026 16:40:09 +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..170a580 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# landing-test13 + +Astro landing page deployed at: https://landing-test13.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.