We are welcome to any pull request, which has a clear goal and description. Also please use eslint while developing.
List of contributors:
Alexey Lyakhov [email protected] Awwit
We use lerna (https://github.com/lerna/lerna) to split the whole @react-google-maps/api project into packages. To get started:
- Clone repository
- yarn
- lerna bootstrap
Inside root folder you will find packages:
- @react-google-maps/api - this we are going to publish
- storybook (https://github.com/storybooks/storybook) - for visual testing of our components
- docz (https://www.docz.site/) - for documenting our code
- gatsby-example (https://github.com/gatsbyjs/gatsby/issues)