📄️ Storage
To enable storage, which is in Starter Kit to enable image and avatar uploads, set the environment variable NEXTPUBLICENABLE_STORAGE to true.
📄️ sgID Login
To enable sgID Login, set the environment variable NEXTPUBLICENABLE_SGID to true.
📄️ Chromatic CI/CD workflow
This workflow runs on every pull request and pushes to main branches, but only if the CHROMATICPROJECTTOKEN secret is set up in the repository. This workflow is responsible for running the visual regression tests using Chromatic, a software as a service that integrates with Storybook to detect visual changes in the UI components and pages.
📄️ Using Sendgrid instead of Postman for sending mail
If you do not have access to Postman, the application has also been configured to use Sendgrid to send emails. To use Sendgrid instead of Postman, follow the steps below: