20 lines
469 B
Markdown
20 lines
469 B
Markdown
# Aethera Monorepo
|
||
|
||
This repository is a **monorepo** with two main packages that can be built and run independently.
|
||
|
||
## Directory Structure
|
||
|
||
```
|
||
├── frontend/ # Client‑side TypeScript application
|
||
├── backend/ # Server‑side Go micro‑service
|
||
├── .envrc, flake.nix, README.md
|
||
└── …
|
||
```
|
||
|
||
## Package Details
|
||
|
||
See package‑specific instructions:
|
||
|
||
- **frontend/** - `@frontend/AGENTS.md`
|
||
- **backend/** - `@backend/AGENTS.md`
|