If you want to contribute, by all means! I would love to make this package better, or fix things that need attention. Feel free to submit an issue or email me at [email protected].
- You need to clone the repo
git clone https://github.com/dericcain/google-address-autocomplete.git
- Then
cd
into the directory and install all dependenciescd google-address-autocomplete && npm install
- From the command line, enter
npm start
and rollup will start watching for changes. - Navigate to
contrib/example.html
and open that file in a browser. You should be able to make changes and refresh that page to see your changes. - Once you are all finished, run
npm run lint:fix
to fix all of the linting issues. There may be some that you have to manually fix. - Run
npm t
to make sure that all linting is good to go before you commit. - Lastly, run
npm run build
to build the code in thedist
folder and your should be good to go!
If you have any questions on this process or know how to make it better, please let me know!
Once we have discused the changes that need to be made, fork the repo, make the changes and submit a pull request. Make sure that your code is linted before submitting the pull request.
If you have any questions about anything at all, please do not hesitate to reach out.