chore: add readme

This commit is contained in:
thetek 2024-04-01 18:35:34 +02:00
parent ae1c3e829e
commit 1e45747ab5

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# message-schemas
## Development
Install dependencies:
```sh
yarn install
```
Check samples:
```sh
yarn run check
```