From dd934a39849319ee065eeb805f0c116bb90b3b7d Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 26 Feb 2026 13:52:29 -0800 Subject: [PATCH] Feat: Project setup and workflow docs --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index 4d7a91a..1f89008 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,16 @@ ## The news outlet for pattern seekers +Light-themed static publication engine for **apophenia.news**, built with: + +- Vite +- TailwindCSS +- Alpine.js +- Lucide icons +- Markdown-driven article generation +- GitHub Actions auto-build to `dist/` + +### Local development + +```bash +npm install +npm run dev