Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run the unminified version? #109

Closed
Tony20221 opened this issue May 27, 2022 · 1 comment
Closed

How to run the unminified version? #109

Tony20221 opened this issue May 27, 2022 · 1 comment

Comments

@Tony20221
Copy link

How to run the unminified version or how does one develop, make changes and run this extension? I know how to use the release version.

@Yatskov
Copy link
Collaborator

Yatskov commented May 30, 2022

To run unminifed version for example for development purposes follow these steps:
0. install yarn if it does not exis on your computer

  1. git clone https://github.com/ispras/web-scraper-chrome-extension.git && cd web-scraper-chrome-extension
  2. install dependencies yarn install
  3. run development server yarn watch:dev
  4. then load in browser created after this command dist folder as described here
    after that you could make changes in code and they would be automatically reloaded in chrome. Sometimes you should reopen tab with plugin and changes applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants