Failed to run locally. #19
Answered
by
CrawlerCode
aniljangirdev
asked this question in
Q&A
-
Hello, I want to start contribute on this plugin. any one can tell me how to run this project locally? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
CrawlerCode
Jul 3, 2024
Replies: 1 comment 1 reply
-
First you need to install Node.js and pnpm.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CrawlerCode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First you need to install Node.js and pnpm.
Install the dependencies with the following command:
pnpm install
Start project in dev mode:
pnpm run dev
The extension will be created and you can find all the files of the chrome extension in the
dist
folder.Add the extention to your chrome browser:
Developer mode
Load unpacked
and select thedist
folder