Learn Quickly, Remember Longly
First, generate client backend hooks based on OpenAPI schema:
kubb
Then, run the development server:
npm run dev
Open 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