Chrome extension for hexlet-codebattle
- node + npm
make
- Go to
chrome://extensions/ - Check that you've turned on the "Developer Mode" (the checkbox at the top right)
Usage in develop-environment:
- Select "Load unpacked...".
- Select
devfolder in the extension root (if it is not there, first do the next step) - Launch the server by running
make developin the terminal. The server must be kept running continuously - If you change the js-files, the extension will be updated automatically. To apply changes to the
manifest.json, the server must be restarted
Install the release version:
- Drag the extension archive from the
distfolder into the browser window - Accept the installation
Or
- Select "Load unpacked...";
- Select
buildfolder in the extension root