From cf00c2c6cb46f0d902111df0ea384c69ecc5e7c0 Mon Sep 17 00:00:00 2001 From: DrMint Date: Sun, 2 Jan 2022 18:06:47 +0100 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b6d029..d8af858 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # Accords-library.com -Our website + +## Technologies + +#### [Back](https://github.com/Accords-Library/strapi.accords-library.com) +- CMS: Stapi + - GraphQL endpoint + - Multilanguage support + - Markdown format for the rich text fields + +#### [Front](https://github.com/Accords-Library/accords-library.com) (this repository) +- Language: TypeScript +- Queries: [GraphQL](https://graphql.org/) + - [GraphQL Code Generator](https://www.graphql-code-generator.com/) to automatically generated types for the operations variables and responses + - The operations are stored in a graphql file and wrap as an actual TypeScript function +- Styling: [Tailwind CSS](https://tailwindcss.com/) + - Markdown automatic formatting using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin) + - Beside the theme declaration no CSS outside of Tailwind CSS + - Manually added support for scrollbar styling +- Framework: [Next.js](https://nextjs.org/) (React) + - Multilanguage support