File Structure
The following tree describes in brief the core file structure of the project.
docs # Project Documentation
public # Assets exposed under `/` path
scripts # Workflow and provisioning scripts
src
_generated # Generated code (do not change manually)
@types # Custom TypeScript typings
backend # Serverless GraphQL gateway
components # Application level React Components
config # Application configuration + environment variables mapping
context # Application level contexts
hooks # Application level hooks
utils # Application level libraries
pages # Next.js entrypoints
modules
api # API client config
design-system # Theme definition, and base components
datocms # DatoCMS specific components