Folder Structure
my-project/
│
├── core/ # Padma Core (Nextjs)
│
├── packages/
│ ├── custom-theme/ # Custom theme folder
│ │ ├── src/ # Source code for the theme
│ │ │ ├── index.ts # Main entry file for theme
│ │ │ └── tsconfig.json # TypeScript configuration
│ │ └── theme.css # Custom theme styles
├── padma.settings.json # Padma specific settings file
└── package.json # Project package file