Math&maroc website

Landing page for Math&Maroc, made using Next.js, Chakra UI, and Contentful

CMS (Content Management System)

For now we're using Contentful which provides 2 locales max for free (see link) and 5 users max

Other alternatives can be found here.

  • Prismic seems like a very promising option, that we're planning to migrate to soon.
  • We can use strapi an open-source headless CMS, which we can host on Heroku for free, which would remove all limits

Installation

Start the application

To run your site locally, use:

yarn dev

To run it in production mode, use:

yarn build
yarn start

Inspiration