33 lines
598 B
Markdown
33 lines
598 B
Markdown
# Monlet Web
|
|
|
|
Placeholder for the read-only dashboard.
|
|
|
|
Planned stack:
|
|
|
|
- Next.js App Router;
|
|
- TypeScript;
|
|
- Tailwind CSS;
|
|
- read-only API client;
|
|
- reverse-proxy/basic-auth friendly deployment.
|
|
|
|
No web UI is implemented in Stage 0.
|
|
|
|
## Planned Commands
|
|
|
|
```sh
|
|
npm_config_cache=../.cache/npm npm install
|
|
npm_config_cache=../.cache/npm npm run dev
|
|
```
|
|
|
|
Do not install Node packages globally. Project dependencies live in `web/node_modules`; npm cache lives under repository `.cache/npm`.
|
|
|
|
## Planned Pages
|
|
|
|
- overview;
|
|
- agents;
|
|
- agent detail;
|
|
- checks;
|
|
- incidents;
|
|
- events;
|
|
- notifiers/outbox.
|