Denobytes fediversed

@denobytes@denobytes.deno.dev · 0 followers · Byte-sized chunks of deno

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