https://github.com/quilljou/open-in-searchgpt
https://github.com/quilljou/open-in-searchgpt
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quilljou/open-in-searchgpt
- Owner: Quilljou
- License: mit
- Created: 2024-07-26T05:19:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:27:29.000Z (11 months ago)
- Last Synced: 2024-12-31T03:22:33.219Z (9 months ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open in SearchGPT
## Project Structure
* src/typescript: TypeScript source files
* src/assets: static files
* dist: Chrome Extension directory
* dist/js: Generated JavaScript files## Setup
```
npm install
```## Import as Visual Studio Code project
...
## Build
```
npm run build
```## Build in watch mode
### terminal
```
npm run watch
```### Visual Studio Code
Run watch mode.
type `Ctrl + Shift + B`
## Load extension to chrome
Load `dist` directory
## Test
`npx jest` or `npm run test`