Diorite Simple Markdown note-taking app. Screenshots Setup Server: cd server uv sync uv run uvicorn main:app --reload Client: cd client npm install npm run dev Open the app on http://localhost:5173. Server runs on http://localhost:8000.