Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.08 KB

README.md

File metadata and controls

30 lines (22 loc) · 2.08 KB

CG Local Extension

Build Status
Chrome Web Store Version Chrome Web Store Users Chrome Web Store Rating
Mozilla Add-on Version Mozilla Add-on Users Mozilla Add-on Rating

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.

Install

Mozilla Reviewers

The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 20.16.0
PNPM: 9.11.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.