瀏覽代碼

add README.md

Richard Köhl 2 年之前
父節點
當前提交
901ad0d696
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+# Deno Bootstrap
+
+Just the minimum to get a working deno project.
+
+## Setup
+
+Just rename `.env.example` to `.env`.
+
+## Run project
+
+- `deno task dev`
+
+## Test project
+
+- `deno task test`