We all love excalidraw but wouldn't be great if you could store multiple drawing locally without leaving your browser?
With Excalistore, you can easily save and organize your Excalidraw drawings as you create them and without leaving your browser.
To build the project locally you need: yarn and volta.
Install dependencies with:
yarn
Build the extension locally
yarn build
To load the extension in Chrome navigate to chrome://extensions and use the Load unpacked
button to point to the dist
folder.
Make sure to re-build after any change to test them in the browser.