Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 679 Bytes

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