Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 776 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 776 Bytes

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.

  1. Clone the repository
git clone https://github.com/goenning/google-indexing-script.git
  1. Install dependencies
npm install
  1. Install the cli globally
npm install -g .
  1. Run the development bundle
npm run dev
  1. 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