aurask/protal/README.md

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
```