Skip to main content

Workspace Structure

AKASHA Core's main repository has a structure of a monorepo and is managed using nx.

You can find more details in the repository's README file.

A high level overview of the repository structure:

akasha-core/
├── extensions/
│ ├── apps/
│ ├── widgets/
├── libs/
│ ├── app-loader/
│ ├── composedb/
│ ├── design-system-components/
│ ├── design-system-core/
│ ├── extensions/
│ ├── feed/
│ ├── hooks/
│ ├── sdk/
│ ├── typings/
├── tests/
│ ├── utils/
├── tools/
│ ├── executors/
│ ├── functions/
│ ├── scripts/
├── worlds/
│ ├── akasha.world/
└── package.json