Now we're ready to start adding in Tina!
npx @tinacms/cli@latest init
.package.json
file to "tinacms dev -c \"next dev\""
.npm run dev
to start your new Tinafied NextJS app!http://localhost:3000/admin/index.html
DELETE the
src/pages/
directory, this is generated to ensure compatibility with older versions.
Since you just set up TinaCMS, you might notice there's no content to edit yet. This is because Tina needs knowledge of a model to determines what data your pages need! We'll add that in the next step.
© TinaCMS 2019–2025