claude again

This commit is contained in:
Andras Schmelczer 2026-05-11 08:12:35 +01:00
parent df2267a968
commit f3fc893675
81 changed files with 945 additions and 2813 deletions

View file

@ -6,6 +6,13 @@ The site is article-first: articles live in `src/content/posts`, project index e
live in `src/content/projects`, and normal pages are rendered as static HTML with no
required client JavaScript.
## Setup
```sh
npm install
npx playwright install chromium # required before `npm run qa:overflow`
```
## Commands
```sh