An open API service indexing awesome lists of open source software.

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.

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