To quickly setup a new Tina starter, from the command line:
npx create-tina-app@latest
To run the starter, cd <your-starter-name>
into its new directory & run:
yarn dev
or...
If you prefer to get started using a UI, try our our Quickstart to setup a hosted starter with Vercel:
Already have a NextJS site?
The tina
init
command can be used to bootstrap Tina within your existing NextJS application. If you're looking to setup Tina on an existing NextJS, checkout our guide
Next we'll show you how to use the Tina editor!
Last Edited: October 18, 2021