kitsonk / kview

A web app for Deno KV

Home Page:https://kview.deno.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standalone app

hashrock opened this issue · comments

Providing a standalone app might make it easier for users to get started. However, the binary size would probably become quite large.

It seems that for now, it is not possible to create an executable file with 'deno compile' in Fresh pj.

denoland/fresh#239

I suspect most people using kview would have Deno CLI installed for some purpose. I would rather try to make the ability to install/maintain kview as easy as possible.

Yeah, I agree that installation from CLI is the easiest to maintain.