https://github.com/ccims/gropius-browser-extension
Gropius Browser Extension that enables the management of cross-component issues within the IMS GitHub.
https://github.com/ccims/gropius-browser-extension
Last synced: about 1 year ago
JSON representation
Gropius Browser Extension that enables the management of cross-component issues within the IMS GitHub.
- Host: GitHub
- URL: https://github.com/ccims/gropius-browser-extension
- Owner: ccims
- License: mit
- Created: 2021-11-02T16:51:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T09:46:57.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T00:34:36.485Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 868 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gropius Browser Extension
## Running the browser extension in Google Chrome
- run `npm run serve` to run a livereload server while testing the browser extension or run `npm run build` to build extension
- Open Google Chrome browser and navigate to `chrome://extensions`
- enable the developer mode
- click on Load unpacked and select the dist directory of this project
## Generate the api code
> Note: the generated files are checked in by default, to make execution easier
- Requirements
- Running the Gropius back-end on `http://localhost:8080/api`
- Generation: `npm run graphql-codegen`
- All files in `src/generated` are autogenerated files, do not modify manually