Skip to content

JustFly1984/react-google-maps-api

Folders and files

NameName
Last commit message
Last commit date
Dec 17, 2019
Mar 2, 2023
Oct 12, 2024
Jun 3, 2020
Apr 24, 2022
Jul 15, 2023
Oct 11, 2021
Jul 26, 2023
Apr 25, 2022
Apr 25, 2022
Nov 22, 2019
May 5, 2022
Feb 8, 2024
Oct 15, 2020
May 29, 2020
Mar 2, 2023
Dec 27, 2019
Mar 2, 2023
May 1, 2019
May 1, 2019
May 1, 2019
May 29, 2020
Feb 11, 2024
Apr 25, 2022
Jul 15, 2023
Feb 11, 2024

Repository files navigation

logo

@react-google-maps organization root

You can donate or became a sponsor https://opencollective.com/react-google-maps-api#category-CONTRIBUTE

npm package npm downloads npm bundle size Join the community on Spectrum

README

For API README please navigate to https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api

or https://react-google-maps-api-docs.netlify.app

For Maintainers

Join our Slack channel

For Developers and Contributors

Requirements

  • basic git, JavaScript, React knowledge
  • Google Maps API Key from Google Cloud Console
  • git
  • node
  • yarn

To develop locally

Fork original repo at https://github.com/JustFly1984/react-google-maps-api. Clone your fork to local directory of your choice, install dependencies, set up your API Key, and start storybook server. Following commands should do the job:

  • git clone https://github.com/YOUR_USER_NAME/react-google-maps-api.git - clone your fork `
  • cd react-google-maps-api - move to newly created folder
  • cp .storybook/example.maps.config.ts .storybook/maps.config.ts - create file with API Key
  • yarn install - install dependencies
  • yarn bootstrap - setup workspace
  • yarn storybook - run storybook server

Any changes you make to src folders of contained packages should reflect on the storybook server.

To contribute

Create a feature/fix branch on your own fork and make pull request towards develop branch of the original repo.

You can donate or became a sponsor https://opencollective.com/react-google-maps-api#category-CONTRIBUTE