Browse Source

add README.md

Richard Köhl 2 năm trước cách đây
mục cha
commit
901ad0d696
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  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`