mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-17 03:11:01 +00:00
Feat: Project setup and workflow docs
This commit is contained in:
14
readme.md
14
readme.md
@@ -1,2 +1,16 @@
|
|||||||
## The news outlet for pattern seekers
|
## 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
|
||||||
|
|||||||
Reference in New Issue
Block a user