System Design Canvas (sdcanvas)
This is a drawing tool focused on high-level system architecture - geared towards system design interviews. Think of it like an IDE for system design.
- Node.js (v18+)
- npm
# Install dependencies
npm install
# Start development server
npm run devnpm run dev- Start the development servernpm run build- Build for productionnpm run preview- Preview the production buildnpm run lint- Run ESLint
