Skip to content

signifly/cim-convention-web-next

Repository files navigation

Technology Stack

This project uses DatoCMS as the Content Management System and Tailwind CSS for styling.

For internationalization support, we use next-i18n-router along side react-intl.

Features

  • I18N with next-intl
  • Automatic linting and formatting with es-lint, prettier and husky
  • Sitemap generation with next-sitemap
  • Content management with dato-cms
  • Dynamic metadata with react-datocms/seo

CI/CD

CI/CD can be handled by any hosting provider of your choice, we use husky precommit hook for code formatting and lint checking.

Test Suite

Test suite is also not provided to give flexibility back to the code owner of the project to decide on the most suitable solution depending on project size and needs.

TODO

Bellow is a list of // @TODO items you will find throughout the project that is required before the project is production ready. You will find helpful resource linked in each item.