Skip to content

Latest commit

 

History

History

README.md

Tina with Cloudinary

Local Development

Install the project's dependencies:

yarn install

Run the project locally:

yarn dev

Local URLs

Building the Starter Locally (Using the hosted content API)

Replace the .env.example, with .env

NEXT_PUBLIC_TINA_CLIENT_ID=<get this from the project you create at app.tina.io>
TINA_TOKEN=<get this from the project you create at app.tina.io>
NEXT_PUBLIC_TINA_BRANCH=<Specify the branch with Tina configured>
## Cloudinary details
CLOUDINARY_CLOUD_NAME=<get this from Cloudinary>
CLOUDINARY_API_KEY=<get this from Cloudinary>
CLOUDINARY_API_SECRET=<get this from Cloudinary>

Build the project:

yarn build