Update README.md

This commit is contained in:
Jung gyun Ahn 2023-01-12 19:31:02 +09:00 committed by GitHub
parent da52b92661
commit afb4047576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -15,6 +15,27 @@ Example projects can be found in the [examples](https://github.com/yorkie-team/y
Read the [full documentation](https://yorkie.dev/docs) for all details.
## Testing yorkie-ios-sdk with Envoy, Yorkie and MongoDB.
Start MongoDB, Yorkie and Envoy proxy in a terminal session.
```bash
$ docker-compose -f docker/docker-compose.yml up --build -d
```
Start the test in another terminal session.
```bash
$ swift test
```
To get the latest server locally, run the command below then restart containers again:
```bash
$ docker pull yorkieteam/yorkie:latest
$ docker-compose -f docker/docker-compose.yml up --build -d
```
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.