mirror of
https://github.com/goenning/google-indexing-script.git
synced 2024-11-25 08:43:02 +03:00
946 B
946 B
Contributing to Google Indexing Script
Before jumping into a PR be sure to search existing PRs or issues for an open or closed item that relates to your submission.
Developing
All pull requests should be opened against main
.
- Clone the repository
git clone https://github.com/goenning/google-indexing-script.git
- Install dependencies
npm install
- Install the cli globally
npm install -g .
- Run the development bundle
npm run dev
- See how to use it and make your changes !
Building
After making your changes, you can build the project with the following command:
npm run build
Pull Request
- Make sure your code is formatted with
prettier
- Make sure your code passes the tests
- Make sure you added the changes with
npm run changeset