diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 22ae8eb..c34c397 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,10 +1,10 @@ # This defines the name of the workflow as it will appear in the "Actions" tab of the Gitea repository. name: A gitea test -on: - pull_request: - paths: - - '**.js' +#on: +# pull_request: +# paths: +# - '**.js' jobs: random_test: diff --git a/README.md b/README.md index acbc565..053cdf3 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,28 @@ -# Tina Starter 🦙 +# Psycharthérapie V.2 -![tina-cloud-starter-demo](https://user-images.githubusercontent.com/103008/130587027-995ccc45-a852-4f90-b658-13e8e0517339.gif) +### Fonctions -This Next.js starter is powered by [TinaCMS](https://app.tina.io) for you and your team to visually live edit the structured content of your website. ✨ +- [Tina Headless CMS](https://app.tina.io) pour la gestion de contenu. +- [Vercel](https://vercel.com) pour déployer le site et visuellement éditer le site avec la route `/admin`. -The content is managed through Markdown and JSON files stored in your GitHub repository, and queried through Tina GraphQL API. +## Développement local -### Features - -- [Tina Headless CMS](https://app.tina.io) for authentication, content modeling, visual editing and team management. -- [Vercel](https://vercel.com) deployment to visually edit your site from the `/admin` route. -- Local development workflow from the filesystem with a local GraqhQL server. - -## Requirements - -- Git, [Node.js Active LTS](https://nodejs.org/en/about/releases/), Yarn installed for local development. -- A [TinaCMS](https://app.tina.io) account for live editing. - -## Local Development - -Install the project's dependencies: +Installation des dépendences: ``` yarn install ``` -Run the project locally: +Lancer le projet localement: ``` yarn dev ``` -### Local URLs +### URLs locales -- http://localhost:3000 : browse the website -- http://localhost:3000/admin : connect to Tina Cloud and go in edit mode -- http://localhost:3000/exit-admin : log out of Tina Cloud -- http://localhost:4001/altair/ : GraphQL playground to test queries and browse the API documentation +- http://localhost:3000 : accéder au site +- http://localhost:3000/admin : accès au cloud tina local et permet l'édition ### Building the Starter Locally (Using the hosted content API) @@ -52,31 +38,4 @@ Build the project: ```bash yarn build -``` - -## Getting Help - -To get help with any TinaCMS challenges you may have: - -- Visit the [documentation](https://tina.io/docs/) to learn about Tina. -- [Join our Discord](https://discord.gg/zumN63Ybpf) to share feedback. -- Visit the [community forum](https://community.tinacms.org/) to ask questions. -- Get support through the chat widget on the TinaCMS Dashboard -- [Email us](mailto:support@tina.io) to schedule a call with our team and share more about your context and what you're trying to achieve. -- [Search or open an issue](https://github.com/tinacms/tinacms/issues) if something is not working. -- Reach out on Twitter at [@tina_cms](https://twitter.com/tina_cms). - -## Development tips - -### Visual Studio Code GraphQL extension - -[Install the GraphQL extension](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql) to benefit from type auto-completion. - -### Typescript - -A good way to ensure your components match the shape of your data is to leverage the auto-generated TypeScript types. -These are rebuilt when your `tina` config changes. - -## LICENSE - -Licensed under the [Apache 2.0 license](./LICENSE). +``` \ No newline at end of file diff --git a/assets/img/scores/lighthouse.svg b/assets/img/scores/lighthouse.svg deleted file mode 100644 index 8b661f2..0000000 --- a/assets/img/scores/lighthouse.svg +++ /dev/null @@ -1 +0,0 @@ -lighthouse: 88%lighthouse88% \ No newline at end of file diff --git a/assets/img/scores/lighthouse_accessibility.svg b/assets/img/scores/lighthouse_accessibility.svg deleted file mode 100644 index f869c8d..0000000 --- a/assets/img/scores/lighthouse_accessibility.svg +++ /dev/null @@ -1 +0,0 @@ -lighthouse accessibility: 100%lighthouse accessibility100% \ No newline at end of file diff --git a/assets/img/scores/lighthouse_best-practices.svg b/assets/img/scores/lighthouse_best-practices.svg deleted file mode 100644 index a65fba4..0000000 --- a/assets/img/scores/lighthouse_best-practices.svg +++ /dev/null @@ -1 +0,0 @@ -lighthouse best-practices: 100%lighthouse best-practices100% \ No newline at end of file diff --git a/assets/img/scores/lighthouse_performance.svg b/assets/img/scores/lighthouse_performance.svg deleted file mode 100644 index 1268e55..0000000 --- a/assets/img/scores/lighthouse_performance.svg +++ /dev/null @@ -1 +0,0 @@ -lighthouse performance: 100%lighthouse performance100% \ No newline at end of file diff --git a/assets/img/scores/lighthouse_pwa.svg b/assets/img/scores/lighthouse_pwa.svg deleted file mode 100644 index 65b27c4..0000000 --- a/assets/img/scores/lighthouse_pwa.svg +++ /dev/null @@ -1 +0,0 @@ -lighthouse pwa: 42%lighthouse pwa42% \ No newline at end of file diff --git a/assets/img/scores/lighthouse_seo.svg b/assets/img/scores/lighthouse_seo.svg deleted file mode 100644 index 4d30d4e..0000000 --- a/assets/img/scores/lighthouse_seo.svg +++ /dev/null @@ -1 +0,0 @@ -lighthouse seo: 100%lighthouse seo100% \ No newline at end of file