diff --git a/README.md b/README.md new file mode 100644 index 0000000..5530d01 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# D3 + +## Usage + +### Client + +```sh +cd client +./main.ts +``` + +### Sever + +```sh +cd server +./main.ts +``` \ No newline at end of file