Files
apophenia.news/readme.md

17 lines
296 B
Markdown

## 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