Some almost working 🦕 Deno apps on Deta Space 🚀.
src/deno-crud
works locally but not on Deta Space. Cause it's using npm package of Deta SDK with npm_specifiers. That needs some more tweaking to be able to run on Deta Space.
Have Deno installed on your system, cd
into one of the directories in src/
and then run deno task dev
. That's all 😏.