Initial commit.

This commit is contained in:
2025-10-11 17:09:34 +00:00
commit 092c410cbd
78 changed files with 11554 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Wild Central App
The Wild Central App is a web-based interface for managing Wild Cloud instances. It allows users to view and control their Wild Cloud environments, including deploying applications, monitoring resources, and configuring settings.
## Development
```bash
pnpm run dev
```
Test: `pnpm run check`