first commit

This commit is contained in:
2026-02-18 14:07:18 +01:00
commit c48218e225
20 changed files with 10641 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Keystatic in Astro
This template shows how you can use Keystatic in an Astro site.
To setup:
```bash
npm install
```
To run:
```
npm run dev
```
Admin UI: [http://127.0.0.1:4321/keystatic](http://127.0.0.1:4321/keystatic)
Homepage: [http://localhost:4321](http://localhost:4321)