12 lines
316 B
Markdown
12 lines
316 B
Markdown
# 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`
|