Files
psychartherapie-v2/README.md

859 B

Psycharthérapie V.2

Fonctions

  • Tina Headless CMS pour la gestion de contenu.
  • Vercel pour déployer le site et visuellement éditer le site avec la route /admin.

Développement local

Installation des dépendences:

yarn install

Lancer le projet localement:

yarn dev

URLs locales

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>

Build the project:

yarn build