Skip to content

Development&Contributing

josc146 edited this page Apr 29, 2023 · 3 revisions

Build

Clone the repo, and then

npm install
npm run build
npm run build:safari # if you are building for safari

Development

Clone the repo, and then

npm install
npm run dev

Load build/chromium/ or build/firefox/ directory to your browser

Then modify the code, and it will automatically rebuild

It is recommended to install Extensions Reloader for automatic reloading

Analyze package size

npm run analyze

Contributing

PR Welcome

Site Adapters: https://github.com/josStorer/chatGPTBox/blob/master/src/content-script/site-adapters/index.mjs

Selection tools: https://github.com/josStorer/chatGPTBox/blob/master/src/content-script/selection-tools/index.mjs

History commits: https://github.com/josStorer/chatGPT-search-engine-extension/commits/main

History releases: https://github.com/josStorer/chatGPT-search-engine-extension/releases

Clone this wiki locally