Skip to content

Commit 1091e9b

Browse files
committed
add notes about the source codes
1 parent 723e037 commit 1091e9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ deno task watch
2525
```
2626

2727
To stop this command, simply press Ctrl + C.
28+
29+
## About the source codes
30+
31+
With exception to `./src/main.ts`, every source codes in `./src/` are environment agnostic. Meaning it can be run on Deno as well. This makes it convenient to directly test codes by using `deno run`.

0 commit comments

Comments
 (0)