Overview
The project follows the template structure from web-base and is organized into the following key folders
├── src/
│ └── lib/
│ │ └── aoh/
│ │ ├── core/
│ │ ... └── rnr/
│ │ ├── components/
│ │ ├── interfaces/
│ │ ├── stores/
│ │ └── constant.ts
Components Folder
The components/
folder contains reusable UI elements that help build the frontend application efficiently. The ui/
folder contains ShadCN-Svelte components that are used in this module.
Interfaces Folder
Contains the interface definitions and their corresponding schemas.
Stores Folder
Contains the svelte stores for state management.