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 just need volta.
Install dependencies with:
yarn
Build the extension locally
yarn build
Bundle the extension
yarn bundle
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.
Trigger a release with yarn release
then manually upload the excalistore.zip
to the Chrome web store and Firefox add-on hub.