📄️ Next.js legacy branch `n-legacy` Overview
- uses more or less the same directory structure as the CRA version (main branch, testing branch, etc.) so changes from the CRA version can be merged in (but things like links and router functionality will have to be adjusted, it's easy though, see https://nextjs.org/docs/migrating/from-react-router)
📄️ The problem with the global boostrap styles
- Can not efficiently restyle to MUI v5 while bootstrap styles are polluting the global scope. In effect, we have two design systems which are "fighting" against each other, which is just absurd.
📄️ Firebase CMS (Content Creation Tool) Data source
ToDO