A minimal web-based whiteboarding tool for quickly creating sketches and diagrams. Draw, save and share.
This is similar to Excalidraw. I wanted to learn by doing and whiteboarding with Excalidraw is a common thing for me. So I thought, why not?
To run locally:
# Clone the repository
git clone https://github.com/zytact/strokeshare.git
# Install dependencies
cd strokeshare
pnpm install
# Start development server
pnpm run dev
Open http://localhost:3000 in your browser.