tinacms

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
tinacms [11/10/2024 - 20:28] – angelegt admintinacms [12/10/2024 - 18:59] (aktuell) admin
Zeile 1: Zeile 1:
-====== 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.
Zeile 10: Zeile 12:
 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>
 +
  • tinacms.1728678515.txt.gz
  • Zuletzt geändert: 11/10/2024 - 20:28
  • von admin