## How to start?

- `yarn` - Install dependencies
- `API_SPEC_PATH=https://api-dev.rarible.com/protocol/v0.1/openapi.yaml yarn run download` - Download spec
- `yarn run generate` - Generate sources from spec
- `yarn run build` - Generate build for client
- `yarn release` - Do the full release and publish cycle
