A browser extension which helps in synchronizing the CodinGame IDE with a local file. Has to be used in combination with cg-local-app which takes care of the local filesystem and makes configuration easy through a GUI. See the CodinGame topic for more information.
The information provided below is meant for Mozilla volunteers.
Software versions used:
Node.js: 20.14.0
PNPM: 9.2.0
Third-party libraries that can be found in the extension:
Package the extension by cd
'ing into the source code submission directory, installing the dependencies with pnpm install
and packaging with pnpm package:firefox
. The result can be found in the dist/
directory.