Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

54 lines (34 loc) · 1.09 KB

Contributing

Thank you for considering contributing to our project! Your contributions help make it better.

Quick Start

  1. Clone the project:
$ git clone https://github.com/sapondanaisriwan/copy-instagram-images.git
  1. Install dependencies:
$ npm install

Development

To start development, run:

$ npm run dev

Alternatively, you can click the "Run" button at the bottom left corner of your VS Code.

Building

To build the project, use:

$ npm run build

Alternatively, you can click the "Run" button at the bottom left corner of your VS Code.

Loading Extension

Chrome / Edge

  1. Open chrome://extensions or edge://extensions in your browser.
  2. Toggle on the "Developer mode".
  3. Click on "Load unpacked" button.
  4. Select the folder
    • copy-instagram-images/dist for development.
    • copy-instagram-images/build for building.

Feel free to reach out if you have any questions or need further assistance. We appreciate your contributions! 🚀