소스 검색

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`