- run
npm run serve
to run a livereload server while testing the browser extension or runnpm 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
Note: the generated files are checked in by default, to make execution easier
- Requirements
- Running the Gropius back-end on
http://localhost:8080/api
- Running the Gropius back-end on
- Generation:
npm run graphql-codegen
- All files in
src/generated
are autogenerated files, do not modify manually