From 58e91f9a85378e4f06d84e9ebaa922d7a548a955 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 29 Jan 2026 08:37:46 +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..f1a7d53 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# homepage + +Astro landing page deployed at: https://fubs5c54.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.