add readme

This commit is contained in:
Matthieu Jolimaitre 2024-04-09 04:26:52 +02:00
parent f2e5d13000
commit a633cb7252

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# D3
## Usage
### Client
```sh
cd client
./main.ts
```
### Sever
```sh
cd server
./main.ts
```