Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.95 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.95 KB

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.