Learn Quickly, Remember Longly
First, generate client backend hooks based on OpenAPI schema:
kubbThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
AI Diagram generation requires OpenAI API key:
create .env.local file with the following content:
OPENAI_API_KEY=your_openai_api_key
