https://github.com/quilljou/open-in-perplexity
https://github.com/quilljou/open-in-perplexity
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quilljou/open-in-perplexity
- Owner: Quilljou
- License: mit
- Created: 2024-04-25T03:05:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T12:13:04.000Z (over 1 year ago)
- Last Synced: 2025-02-22T23:01:48.461Z (8 months ago)
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/open-in-perplexity/nlfleikjfdfmhogbimlggmiifjbffnlb?hl=en-GB&authuser=0
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open in perplexity
## 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`