Skip to content

guildenstern70/SmartDeno

Repository files navigation

SmartDeno

deno version Codacy Badge License: MIT

SmartDeno screenshot

SmartDeno is a simple Web Template Application written in TypeScript using Deno. It is based on the following building blocks:

Deno Deploy

This application is compatible with Deno Deploy and can be visited here

Run

Locally

deno task start

With Docker

docker build -t smart-deno .
docker run -p 8000:8000 smart-deno

Version

Version info is stored in VERSION and /src/version.ts files.

FAQ

How can I reset the local KV database?

The local DB database is stored in Deno directory. For instance, on Mac, it is located in

./Users/<user>/Library/Caches/deno/location_data

Just remove every directory inside location_data and restart the application. The database will be recreated.

When I run the app on Deno Deploy it complains that it lacks "unstable kv" flag

You need to create a Deno KV database in your Deno Deploy console, and then assign it to this app.