Skip to content

Commit

Permalink
chore: support developing with m1 chips
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Feb 22, 2022
1 parent 6f56475 commit 13a9b0c
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 466 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ npm run build
npm run examples
```

On m1 chips replace `npm ci` with `npm ci --target_arch=x64 --no-optional`.

Now open your browser at [http://localhost:4200/](http://localhost:4200/). The source code could be found at [examples](examples) directory.

## Installation
Expand Down Expand Up @@ -393,6 +395,10 @@ That's it. All your requests are served by worker.
- Client streaming
- Bidirectional streaming

## Contributing

- to run tests on Apple m1 chips use `npm ci --target_arch=x64 --no-optional` and `brew install protoc-gen-grpc-web`

## License

MIT
Loading

0 comments on commit 13a9b0c

Please sign in to comment.