running excalidraw locally with deno
like excalidraw.com? want to run it locally? try this snippet!
git clone https://github.com/pomdtr/smallweb-excalidraw
cd smallweb-excalidraw
(cd frontend && deno install) && deno task build && deno serve -A main.ts