Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlhorky/chatgpt-summary
https://github.com/karlhorky/chatgpt-summary
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karlhorky/chatgpt-summary
- Owner: karlhorky
- Created: 2024-08-17T12:51:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T14:31:19.000Z (5 months ago)
- Last Synced: 2024-12-19T02:05:57.723Z (2 months ago)
- Language: TypeScript
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatgpt-summary
> This project was bootstrapped using the Extension.js React-TypeScript template.
## Scripts Available
In the project directory, you can run:
### pnpm dev
```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
pnpm dev
```### pnpm start
```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
pnpm start
```### pnpm build
```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
pnpm build
```## Learn More
You can learn more in the [Extension.js](https://extension.js.org) documentation.