mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 15:00:35 +00:00
16 lines
389 B
Markdown
16 lines
389 B
Markdown
# Aurask Protal
|
|
|
|
`protal` is the user-facing panel directory. The name follows the requested root directory spelling.
|
|
|
|
Current MVP:
|
|
|
|
- Static HTML panel
|
|
- Talks directly to Aurask API
|
|
- Supports demo bootstrap, quota lookup, workspace creation, and template workflow run
|
|
|
|
Open `index.html` in a browser after starting:
|
|
|
|
```bash
|
|
uv run aurask serve --reset --host 127.0.0.1 --port 8080
|
|
```
|