Establish the monorepo, tooling, and starter apps so UI and gateway development can begin from a documented, runnable baseline.
10 lines
280 B
Markdown
10 lines
280 B
Markdown
# vela-gateway
|
|
|
|
This workspace contains the Vela gateway service as a minimal Fastify app.
|
|
|
|
Current status:
|
|
|
|
- Fastify server boots in the Yarn workspace
|
|
- `/` and `/health` endpoints provide a runnable service baseline
|
|
- WebSocket session orchestration remains a later increment
|