Update readme with proper links.

This commit is contained in:
2026-01-09 19:14:32 +00:00
parent 1a30dbff83
commit 01551b47e2
2 changed files with 13 additions and 9 deletions

View File

@@ -2,17 +2,21 @@
## Overview ## Overview
This project includes a Claude Code assisted environment for working on all Wild Cloud components at once. Each component of the Wild Cloud project is included as submodules in this repo. This includes: This project includes a Claude Code assisted environment for working on all Wild Cloud components at once. The Wild Cloud project is organized as follows:
- [Wild Central](wild-central/README.md): The network appliance. ### Wild Cloud Mono-repo
- [Wild Centrail API](wild-central-api/README.md): The daemon running on the network appliance.
- [Wild CLI](wild-cli/README.md): A command line interface to the API.
- [Wild Web App](wild-web-app/README.md): A web interface to the API.
- [Wild Directory](wild-directory/README.md): Managed apps to be deployed on wild clouds.
... and, until this milestone is complete: The core components are in the [wild-cloud](wild-cloud/README.md) mono-repo:
- [Wild CLoud PoC](wild-cloud-poc/README.md): The proof-of-concept project that includes functional scripts for running a wild cloud within a development environment. This will be retired as soon as the CLI and web-app are at feature-parity. - [API](wild-cloud/api/README.md): The Wild Cloud API that runs on Wild Central.
- [CLI](wild-cloud/cli/README.md): Command-line interface for managing Wild Cloud instances.
- [Web App](wild-cloud/web/README.md): Web-based interface for managing Wild Cloud instances.
- [Dist](wild-cloud/dist/README.md): Distribution package for setting up Wild Central devices via apt.
- [Docs](wild-cloud/docs/): Public website source (https://mywildcloud.org).
### Other Submodules
- [Wild Directory](wild-directory/README.md): Managed apps to be deployed on Wild Cloud instances.
## Dev environment setup ## Dev environment setup