Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung |
tinacms [11/10/2024 - 20:28] – angelegt admin | tinacms [12/10/2024 - 18:59] (aktuell) – admin |
---|
====== TinaCMS https://tina.io ====== | ====== TinaCMS ====== |
| |
| https://tina.io |
| |
Tina is an open-source, Git-backed headless content management system (CMS) that empowers both developers and content creators to collaborate seamlessly on a single platform. Tina enables developers to craft a custom visual editing experience perfectly tailored to their website or application while supporting a broad range of content types such as Markdown, MDX, and JSON. | Tina is an open-source, Git-backed headless content management system (CMS) that empowers both developers and content creators to collaborate seamlessly on a single platform. Tina enables developers to craft a custom visual editing experience perfectly tailored to their website or application while supporting a broad range of content types such as Markdown, MDX, and JSON. |
npx create-next-app@latest | npx create-next-app@latest |
</code> | </code> |
| |
| TinaCMS Installation |
| |
| <code> |
| npx create-tina-app@latest |
| </code> |
| |
| <code> |
| Tina Dev Server is running... ──────────────────────────────────────────╮ |
| │ │ |
| │ 🦙 Tina Config │ |
| │ CMS: <your-dev-server-url>/admin/index.html │ |
| │ API playground: <your-dev-server-url>/admin/index.html#/graphql │ |
| │ API url: http://localhost:4001/graphql │ |
| │ │ |
| │ 🤖 Auto-generated files │ |
| │ GraphQL Client: tina/__generated__/client.ts │ |
| │ Typescript Types: tina/__generated__/types.ts |
| </code> |
| |